#05969E

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

Shades of Eastern Blue #05969E

Tints of Eastern Blue #05969E

Color information

#05969E (or 0x05969E) is unknown color: approx Eastern Blue. HEX triplet: 05, 96 and 9E. RGB value is (5,150,158). Sum of RGB (Red+Green+Blue) = 5+150+158=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #05969E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05969E is #FA6961. Grayscale: #6B6B6B. Windows color (decimal): -16410978 or 10393093. OLE color: 10393093.

HSL color Cylindrical-coordinate representation of color #05969E: hue angle of 183.14º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05969E is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5150158-
CMYK0.970.0500.38
HSL183.14º93.87%31.96%-
HSV(B)183.14º96.84%61.96%-
XYZ17.1424.3136.14-
YUV107.56156.4654.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=1.60%
G=47.92%
B=50.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51501580.970.0500.38183.1493.8731.96
Hex5969E615026b75e20
Octal5226236141504626713640
Binary101100101101001111011000011010100110101101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05969E; }

 p { color: rgb(5,150,158); }

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

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

 a { background-color: rgb(5,150,158); }

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

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

 span { border-color: rgb(5,150,158); }

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