Html Css Color HEX #058297 Eastern Blue

📋 copy color: '#058297'

red 5 ◦ green 130 ◦ blue 151

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

Shades of Eastern Blue #058297

Tints of Eastern Blue #058297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

 BLUE value IS 151 (59.38% from 255) = 52.8%

R = 1.75%
G = 45.45%
B = 52.8%

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

#058297 (or 0x058297) is known color: Eastern Blue. HEX triplet: 05, 82 and 97. RGB value is (5,130,151). Sum of RGB (Red+Green+Blue) = 5+130+151=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #058297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058297 is #FA7D68. Grayscale: #5E5E5E. Windows color (decimal): -16416105 or 9929221. OLE color: 9929221.

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

Color convert

RGB 5 130 151 -
CMYK 0.97 0.14 0 0.41
HSL 188.63º 0.94% 0.31% -
HSV(B) 188.63º 0.97% 0.59% -
XYZ 13.63 18.23 32.08 -
YUV 95.02 159.59 63.79 -
System Red Green Blue C M Y K H S L
Decimal 5 130 151 0.97 0.14 0 0.41 188.63 0.94 0.31
Hex 5 82 97 61 E 0 29 BD 5E 1F
Octal 5 202 227 141 16 0 51 275 136 37
Binary 101 10000010 10010111 1100001 1110 0 101001 10111101 1011110 11111

Color Harmonies of #058297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058297

Black with #058297

Text Example


Text Example

White with #058297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058297; }

 p { color: rgb(5,130,151); }

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

background-color css

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

 a { background-color: rgb(5,130,151); }

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

border-color css

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

 span { border-color: rgb(5,130,151); }

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