Html Css Color HEX #058296 Eastern Blue

📋 copy color: '#058296'

red 5 ◦ green 130 ◦ blue 150

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

Shades of Eastern Blue #058296

Tints of Eastern Blue #058296

RGB

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

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

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

R = 1.75%
G = 45.61%
B = 52.63%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#058296 (or 0x058296) is known color: Eastern Blue. HEX triplet: 05, 82 and 96. RGB value is (5,130,150). Sum of RGB (Red+Green+Blue) = 5+130+150=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #058296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058296 is #FA7D69. Grayscale: #5E5E5E. Windows color (decimal): -16416106 or 9863685. OLE color: 9863685.

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

Color convert

RGB 5 130 150 -
CMYK 0.97 0.13 0 0.41
HSL 188.28º 0.94% 0.3% -
HSV(B) 188.28º 0.97% 0.59% -
XYZ 13.55 18.2 31.65 -
YUV 94.91 159.09 63.87 -
System Red Green Blue C M Y K H S L
Decimal 5 130 150 0.97 0.13 0 0.41 188.28 0.94 0.3
Hex 5 82 96 61 D 0 29 BC 5E 1E
Octal 5 202 226 141 15 0 51 274 136 36
Binary 101 10000010 10010110 1100001 1101 0 101001 10111100 1011110 11110

Color Harmonies of #058296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058296

Black with #058296

Text Example


Text Example

White with #058296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058296; }

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

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

background-color css

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

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

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

border-color css

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

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

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