Html Css Color HEX #058193 Eastern Blue

📋 copy color: '#058193'

red 5 ◦ green 129 ◦ blue 147

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

Shades of Eastern Blue #058193

Tints of Eastern Blue #058193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 1.78%
G = 45.91%
B = 52.31%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#058193 (or 0x058193) is known color: Eastern Blue. HEX triplet: 05, 81 and 93. RGB value is (5,129,147). Sum of RGB (Red+Green+Blue) = 5+129+147=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #058193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058193 is #FA7E6C. Grayscale: #5D5D5D. Windows color (decimal): -16416365 or 9666821. OLE color: 9666821.

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

Color convert

RGB 5 129 147 -
CMYK 0.97 0.12 0 0.42
HSL 187.61º 0.93% 0.3% -
HSV(B) 187.61º 0.97% 0.58% -
XYZ 13.18 17.84 30.35 -
YUV 93.98 157.92 64.54 -
System Red Green Blue C M Y K H S L
Decimal 5 129 147 0.97 0.12 0 0.42 187.61 0.93 0.3
Hex 5 81 93 61 C 0 2A BC 5D 1E
Octal 5 201 223 141 14 0 52 274 135 36
Binary 101 10000001 10010011 1100001 1100 0 101010 10111100 1011101 11110

Color Harmonies of #058193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058193

Black with #058193

Text Example


Text Example

White with #058193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058193; }

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

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

background-color css

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

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

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

border-color css

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

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

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