Html Css Color HEX #058298 Eastern Blue

📋 copy color: '#058298'

red 5 ◦ green 130 ◦ blue 152

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

Shades of Eastern Blue #058298

Tints of Eastern Blue #058298

RGB

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

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

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

R = 1.74%
G = 45.3%
B = 52.96%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#058298 (or 0x058298) is known color: Eastern Blue. HEX triplet: 05, 82 and 98. RGB value is (5,130,152). Sum of RGB (Red+Green+Blue) = 5+130+152=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #058298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058298 is #FA7D67. Grayscale: #5E5E5E. Windows color (decimal): -16416104 or 9994757. OLE color: 9994757.

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

Color convert

RGB 5 130 152 -
CMYK 0.97 0.14 0 0.40
HSL 188.98º 0.94% 0.31% -
HSV(B) 188.98º 0.97% 0.6% -
XYZ 13.71 18.26 32.51 -
YUV 95.13 160.09 63.71 -
System Red Green Blue C M Y K H S L
Decimal 5 130 152 0.97 0.14 0 0.40 188.98 0.94 0.31
Hex 5 82 98 61 E 0 28 BD 5E 1F
Octal 5 202 230 141 16 0 50 275 136 37
Binary 101 10000010 10011000 1100001 1110 0 101000 10111101 1011110 11111

Color Harmonies of #058298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058298

Black with #058298

Text Example


Text Example

White with #058298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058298; }

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

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

background-color css

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

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

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

border-color css

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

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

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