Html Css Color HEX #058099 Eastern Blue

📋 copy color: '#058099'

red 5 ◦ green 128 ◦ blue 153

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

Shades of Eastern Blue #058099

Tints of Eastern Blue #058099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.76%

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

R = 1.75%
G = 44.76%
B = 53.5%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#058099 (or 0x058099) is known color: Eastern Blue. HEX triplet: 05, 80 and 99. RGB value is (5,128,153). Sum of RGB (Red+Green+Blue) = 5+128+153=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #058099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058099 is #FA7F66. Grayscale: #5D5D5D. Windows color (decimal): -16416615 or 10059781. OLE color: 10059781.

HSL color Cylindrical-coordinate representation of color #058099: hue angle of 190.14º 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 #058099 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 128 153 -
CMYK 0.97 0.16 0 0.4
HSL 190.14º 0.94% 0.31% -
HSV(B) 190.14º 0.97% 0.6% -
XYZ 13.53 17.77 32.85 -
YUV 94.07 161.25 64.47 -
System Red Green Blue C M Y K H S L
Decimal 5 128 153 0.97 0.16 0 0.4 190.14 0.94 0.31
Hex 5 80 99 61 10 0 28 BE 5E 1F
Octal 5 200 231 141 20 0 50 276 136 37
Binary 101 10000000 10011001 1100001 10000 0 101000 10111110 1011110 11111

Color Harmonies of #058099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058099

Black with #058099

Text Example


Text Example

White with #058099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058099; }

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

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

background-color css

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

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

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

border-color css

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

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

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