Html Css Color HEX #058092 Eastern Blue

📋 copy color: '#058092'

red 5 ◦ green 128 ◦ blue 146

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

Shades of Eastern Blue #058092

Tints of Eastern Blue #058092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.33%

R = 1.79%
G = 45.88%
B = 52.33%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#058092 (or 0x058092) is known color: Eastern Blue. HEX triplet: 05, 80 and 92. RGB value is (5,128,146). Sum of RGB (Red+Green+Blue) = 5+128+146=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #058092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058092 is #FA7F6D. Grayscale: #5D5D5D. Windows color (decimal): -16416622 or 9601029. OLE color: 9601029.

HSL color Cylindrical-coordinate representation of color #058092: hue angle of 187.66º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058092 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 128 146 -
CMYK 0.97 0.12 0 0.43
HSL 187.66º 0.93% 0.3% -
HSV(B) 187.66º 0.97% 0.57% -
XYZ 12.97 17.55 29.9 -
YUV 93.28 157.75 65.04 -
System Red Green Blue C M Y K H S L
Decimal 5 128 146 0.97 0.12 0 0.43 187.66 0.93 0.3
Hex 5 80 92 61 C 0 2B BC 5D 1E
Octal 5 200 222 141 14 0 53 274 135 36
Binary 101 10000000 10010010 1100001 1100 0 101011 10111100 1011101 11110

Color Harmonies of #058092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058092

Black with #058092

Text Example


Text Example

White with #058092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058092; }

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

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

background-color css

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

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

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

border-color css

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

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

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