#058694

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

Shades of Eastern Blue #058694

Tints of Eastern Blue #058694

Color information

#058694 (or 0x058694) is unknown color: approx Eastern Blue. HEX triplet: 05, 86 and 94. RGB value is (5,134,148). Sum of RGB (Red+Green+Blue) = 5+134+148=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #058694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058694 is #FA796B. Grayscale: #606060. Windows color (decimal): -16415084 or 9733637. OLE color: 9733637.

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

Color convert

RGB5134148-
CMYK0.970.0900.42
HSL185.87º93.46%30%-
HSV(B)185.87º96.62%58.04%-
XYZ13.9319.2230.99-
YUV97.02156.7662.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=1.74%
G=46.69%
B=51.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51341480.970.0900.42185.8793.4630
Hex5869461902Aba5d1e
Octal52062241411105227213536
Binary101100001101001010011000011001010101010111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058694; }

 p { color: rgb(5,134,148); }

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

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

 a { background-color: rgb(5,134,148); }

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

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

 span { border-color: rgb(5,134,148); }

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