#05929E

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

Shades of Eastern Blue #05929E

Tints of Eastern Blue #05929E

Color information

#05929E (or 0x05929E) is unknown color: approx Eastern Blue. HEX triplet: 05, 92 and 9E. RGB value is (5,146,158). Sum of RGB (Red+Green+Blue) = 5+146+158=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #05929E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05929E is #FA6D61. Grayscale: #696969. Windows color (decimal): -16412002 or 10392069. OLE color: 10392069.

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

Color convert

RGB5146158-
CMYK0.970.0800.38
HSL184.71º93.87%31.96%-
HSV(B)184.71º96.84%61.96%-
XYZ16.5123.0635.93-
YUV105.21157.7956.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.62%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=1.62%
G=47.25%
B=51.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51461580.970.0800.38184.7193.8731.96
Hex5929E618026b95e20
Octal52222361411004627113640
Binary1011001001010011110110000110000100110101110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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