Html Css Color HEX #058196 Eastern Blue

📋 copy color: '#058196'

red 5 ◦ green 129 ◦ blue 150

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

Shades of Eastern Blue #058196

Tints of Eastern Blue #058196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

 BLUE value IS 150 (58.98% from 255) = 52.82%

R = 1.76%
G = 45.42%
B = 52.82%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#058196 (or 0x058196) is known color: Eastern Blue. HEX triplet: 05, 81 and 96. RGB value is (5,129,150). Sum of RGB (Red+Green+Blue) = 5+129+150=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #058196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058196 is #FA7E69. Grayscale: #5E5E5E. Windows color (decimal): -16416362 or 9863429. OLE color: 9863429.

HSL color Cylindrical-coordinate representation of color #058196: hue angle of 188.69º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058196 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 129 150 -
CMYK 0.97 0.14 0 0.41
HSL 188.69º 0.94% 0.3% -
HSV(B) 188.69º 0.97% 0.59% -
XYZ 13.42 17.93 31.61 -
YUV 94.32 159.42 64.29 -
System Red Green Blue C M Y K H S L
Decimal 5 129 150 0.97 0.14 0 0.41 188.69 0.94 0.3
Hex 5 81 96 61 E 0 29 BD 5E 1E
Octal 5 201 226 141 16 0 51 275 136 36
Binary 101 10000001 10010110 1100001 1110 0 101001 10111101 1011110 11110

Color Harmonies of #058196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058196

Black with #058196

Text Example


Text Example

White with #058196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058196; }

 p { color: rgb(5,129,150); }

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

background-color css

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

 a { background-color: rgb(5,129,150); }

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

border-color css

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

 span { border-color: rgb(5,129,150); }

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