Html Css Color HEX #058C98 Eastern Blue

📋 copy color: '#058C98'

red 5 ◦ green 140 ◦ blue 152

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

Shades of Eastern Blue #058C98

Tints of Eastern Blue #058C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.18%

R = 1.68%
G = 47.14%
B = 51.18%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#058C98 (or 0x058C98) is known color: Eastern Blue. HEX triplet: 05, 8C and 98. RGB value is (5,140,152). Sum of RGB (Red+Green+Blue) = 5+140+152=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #058C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058C98 is #FA7367. Grayscale: #646464. Windows color (decimal): -16413544 or 9997317. OLE color: 9997317.

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

Color convert

RGB 5 140 152 -
CMYK 0.97 0.08 0 0.40
HSL 184.9º 0.94% 0.31% -
HSV(B) 184.9º 0.97% 0.6% -
XYZ 15.11 21.06 32.97 -
YUV 101 156.77 59.52 -
System Red Green Blue C M Y K H S L
Decimal 5 140 152 0.97 0.08 0 0.40 184.9 0.94 0.31
Hex 5 8C 98 61 8 0 28 B9 5E 1F
Octal 5 214 230 141 10 0 50 271 136 37
Binary 101 10001100 10011000 1100001 1000 0 101000 10111001 1011110 11111

Color Harmonies of #058C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C98

Black with #058C98

Text Example


Text Example

White with #058C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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