#05909C

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

Shades of Eastern Blue #05909C

Tints of Eastern Blue #05909C

Color information

#05909C (or 0x05909C) is unknown color: approx Eastern Blue. HEX triplet: 05, 90 and 9C. RGB value is (5,144,156). Sum of RGB (Red+Green+Blue) = 5+144+156=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #05909C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05909C is #FA6F63. Grayscale: #676767. Windows color (decimal): -16412516 or 10260485. OLE color: 10260485.

HSL color Cylindrical-coordinate representation of color #05909C: hue angle of 184.77º 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 #05909C is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5144156-
CMYK0.970.0800.39
HSL184.77º93.79%31.57%-
HSV(B)184.77º96.79%61.18%-
XYZ16.0422.3834.93-
YUV103.81157.4557.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.64%
GREEN value IS 144 (56.64% from 255) = 47.21%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=1.64%
G=47.21%
B=51.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51441560.970.0800.39184.7793.7931.57
Hex5909C618027b95e20
Octal52202341411004727113640
Binary1011001000010011100110000110000100111101110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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