Html Css Color HEX #058299 Eastern Blue

📋 copy color: '#058299'

red 5 ◦ green 130 ◦ blue 153

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

Shades of Eastern Blue #058299

Tints of Eastern Blue #058299

RGB

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

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

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

R = 1.74%
G = 45.14%
B = 53.13%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#058299 (or 0x058299) is known color: Eastern Blue. HEX triplet: 05, 82 and 99. RGB value is (5,130,153). Sum of RGB (Red+Green+Blue) = 5+130+153=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #058299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058299 is #FA7D66. Grayscale: #5F5F5F. Windows color (decimal): -16416103 or 10060293. OLE color: 10060293.

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

Color convert

RGB 5 130 153 -
CMYK 0.97 0.15 0 0.4
HSL 189.32º 0.94% 0.31% -
HSV(B) 189.32º 0.97% 0.6% -
XYZ 13.79 18.3 32.94 -
YUV 95.25 160.59 63.63 -
System Red Green Blue C M Y K H S L
Decimal 5 130 153 0.97 0.15 0 0.4 189.32 0.94 0.31
Hex 5 82 99 61 F 0 28 BD 5E 1F
Octal 5 202 231 141 17 0 50 275 136 37
Binary 101 10000010 10011001 1100001 1111 0 101000 10111101 1011110 11111

Color Harmonies of #058299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058299

Black with #058299

Text Example


Text Example

White with #058299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058299; }

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

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

background-color css

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

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

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

border-color css

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

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

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