#05969C

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

Shades of Eastern Blue #05969C

Tints of Eastern Blue #05969C

Color information

#05969C (or 0x05969C) is unknown color: approx Eastern Blue. HEX triplet: 05, 96 and 9C. RGB value is (5,150,156). Sum of RGB (Red+Green+Blue) = 5+150+156=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #05969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05969C is #FA6963. Grayscale: #6B6B6B. Windows color (decimal): -16410980 or 10262021. OLE color: 10262021.

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

Color convert

RGB5150156-
CMYK0.970.0400.39
HSL182.38º93.79%31.57%-
HSV(B)182.38º96.79%61.18%-
XYZ16.9724.2535.24-
YUV107.33155.4655.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.61%
GREEN value IS 150 (58.98% from 255) = 48.23%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=1.61%
G=48.23%
B=50.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51501560.970.0400.39182.3893.7931.57
Hex5969C614027b65e20
Octal5226234141404726613640
Binary101100101101001110011000011000100111101101101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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