Html Css Color HEX #058599 Eastern Blue

📋 copy color: '#058599'

red 5 ◦ green 133 ◦ blue 153

#058599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #058599

Tints of Eastern Blue #058599

RGB

 RED value IS 5 (2.34% from 255) = 1.72%

 GREEN value IS 133 (52.34% from 255) = 45.7%

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 1.72%
G = 45.7%
B = 52.58%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#058599 (or 0x058599) is known color: Eastern Blue. HEX triplet: 05, 85 and 99. RGB value is (5,133,153). Sum of RGB (Red+Green+Blue) = 5+133+153=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #058599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058599 is #FA7A66. Grayscale: #606060. Windows color (decimal): -16415335 or 10061061. OLE color: 10061061.

HSL color Cylindrical-coordinate representation of color #058599: hue angle of 188.11º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058599 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 133 153 -
CMYK 0.97 0.13 0 0.4
HSL 188.11º 0.94% 0.31% -
HSV(B) 188.11º 0.97% 0.6% -
XYZ 14.2 19.11 33.08 -
YUV 97.01 159.59 62.37 -
System Red Green Blue C M Y K H S L
Decimal 5 133 153 0.97 0.13 0 0.4 188.11 0.94 0.31
Hex 5 85 99 61 D 0 28 BC 5E 1F
Octal 5 205 231 141 15 0 50 274 136 37
Binary 101 10000101 10011001 1100001 1101 0 101000 10111100 1011110 11111

Color Harmonies of #058599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058599

Black with #058599

Text Example


Text Example

White with #058599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058599; }

 p { color: rgb(5,133,153); }

 H1.HeaderClassName
 {
   color: #058599;
 }
 .AnyTagClassName
 {
   color: #058599;
 }
</style>

background-color css

<style>
 a { background-color: #058599; }

 a { background-color: rgb(5,133,153); }

 div.DivClassName
 {
   background-color: #058599;
 }
 .BgClassName
 {
   background-color: #058599;
 }
</style>

border-color css

<style>
 span { border-color: #058599; }

 span { border-color: rgb(5,133,153); }

 td.TdClassName
 {
   border-color: #058599;
 }
 .TagClassName
 {
   border-color: #058599;
 }
</style>