Html Css Color HEX #058192 Eastern Blue

📋 copy color: '#058192'

red 5 ◦ green 129 ◦ blue 146

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

Shades of Eastern Blue #058192

Tints of Eastern Blue #058192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.07%

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

R = 1.79%
G = 46.07%
B = 52.14%

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

#058192 (or 0x058192) is known color: Eastern Blue. HEX triplet: 05, 81 and 92. RGB value is (5,129,146). Sum of RGB (Red+Green+Blue) = 5+129+146=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #058192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058192 is #FA7E6D. Grayscale: #5D5D5D. Windows color (decimal): -16416366 or 9601285. OLE color: 9601285.

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

Color convert

RGB 5 129 146 -
CMYK 0.97 0.12 0 0.43
HSL 187.23º 0.93% 0.3% -
HSV(B) 187.23º 0.97% 0.57% -
XYZ 13.1 17.81 29.94 -
YUV 93.86 157.42 64.62 -
System Red Green Blue C M Y K H S L
Decimal 5 129 146 0.97 0.12 0 0.43 187.23 0.93 0.3
Hex 5 81 92 61 C 0 2B BB 5D 1E
Octal 5 201 222 141 14 0 53 273 135 36
Binary 101 10000001 10010010 1100001 1100 0 101011 10111011 1011101 11110

Color Harmonies of #058192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058192

Black with #058192

Text Example


Text Example

White with #058192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058192; }

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

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

background-color css

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

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

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

border-color css

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

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

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