Html Css Color HEX #058C96 Eastern Blue

📋 copy color: '#058C96'

red 5 ◦ green 140 ◦ blue 150

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

Shades of Eastern Blue #058C96

Tints of Eastern Blue #058C96

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

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

R = 1.69%
G = 47.46%
B = 50.85%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#058C96 (or 0x058C96) is known color: Eastern Blue. HEX triplet: 05, 8C and 96. RGB value is (5,140,150). Sum of RGB (Red+Green+Blue) = 5+140+150=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #058C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058C96 is #FA7369. Grayscale: #646464. Windows color (decimal): -16413546 or 9866245. OLE color: 9866245.

HSL color Cylindrical-coordinate representation of color #058C96: hue angle of 184.14º 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 #058C96 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 140 150 -
CMYK 0.97 0.07 0 0.41
HSL 184.14º 0.94% 0.3% -
HSV(B) 184.14º 0.97% 0.59% -
XYZ 14.95 20.99 32.12 -
YUV 100.78 155.77 59.69 -
System Red Green Blue C M Y K H S L
Decimal 5 140 150 0.97 0.07 0 0.41 184.14 0.94 0.3
Hex 5 8C 96 61 7 0 29 B8 5E 1E
Octal 5 214 226 141 7 0 51 270 136 36
Binary 101 10001100 10010110 1100001 111 0 101001 10111000 1011110 11110

Color Harmonies of #058C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C96

Black with #058C96

Text Example


Text Example

White with #058C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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