#058395

Color #058395 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #058395

Tints of Eastern Blue #058395

Color information

#058395 (or 0x058395) is unknown color: approx Eastern Blue. HEX triplet: 05, 83 and 95. RGB value is (5,131,149). Sum of RGB (Red+Green+Blue) = 5+131+149=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #058395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058395 is #FA7C6A. Grayscale: #5F5F5F. Windows color (decimal): -16415851 or 9798405. OLE color: 9798405.

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

Color convert

RGB5131149-
CMYK0.970.1200.42
HSL187.5º93.51%30.2%-
HSV(B)187.5º96.64%58.43%-
XYZ13.618.4331.28-
YUV95.38158.2663.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=1.75%
G=45.96%
B=52.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51311490.970.1200.42187.593.5130.2
Hex5839561C02Abc5e1e
Octal52032251411405227413636
Binary101100000111001010111000011100010101010111100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058395; }

 p { color: rgb(5,131,149); }

 H1.HeaderClassName
 {
   color: #058395;
 }
 .AnyTagClassName
 {
   color: #058395;
 }
</style>
background-color css

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

 a { background-color: rgb(5,131,149); }

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

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

 span { border-color: rgb(5,131,149); }

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