Html Css Color HEX #058293 Eastern Blue

📋 copy color: '#058293'

red 5 ◦ green 130 ◦ blue 147

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

Shades of Eastern Blue #058293

Tints of Eastern Blue #058293

RGB

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

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

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

R = 1.77%
G = 46.1%
B = 52.13%

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

#058293 (or 0x058293) is known color: Eastern Blue. HEX triplet: 05, 82 and 93. RGB value is (5,130,147). Sum of RGB (Red+Green+Blue) = 5+130+147=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #058293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058293 is #FA7D6C. Grayscale: #5E5E5E. Windows color (decimal): -16416109 or 9667077. OLE color: 9667077.

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

Color convert

RGB 5 130 147 -
CMYK 0.97 0.12 0 0.42
HSL 187.18º 0.93% 0.3% -
HSV(B) 187.18º 0.97% 0.58% -
XYZ 13.31 18.1 30.4 -
YUV 94.56 157.59 64.12 -
System Red Green Blue C M Y K H S L
Decimal 5 130 147 0.97 0.12 0 0.42 187.18 0.93 0.3
Hex 5 82 93 61 C 0 2A BB 5D 1E
Octal 5 202 223 141 14 0 52 273 135 36
Binary 101 10000010 10010011 1100001 1100 0 101010 10111011 1011101 11110

Color Harmonies of #058293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058293

Black with #058293

Text Example


Text Example

White with #058293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058293; }

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

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

background-color css

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

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

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

border-color css

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

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

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