#51999F

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

Shades of Cadet Blue #51999F

Tints of Cadet Blue #51999F

Color information

#51999F (or 0x51999F) is unknown color: approx Cadet Blue. HEX triplet: 51, 99 and 9F. RGB value is (81,153,159). Sum of RGB (Red+Green+Blue) = 81+153+159=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #51999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51999F is #AE6660. Grayscale: #848484. Windows color (decimal): -11429473 or 10459473. OLE color: 10459473.

HSL color Cylindrical-coordinate representation of color #51999F: hue angle of 184.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51999F is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81153159-
CMYK0.490.0400.38
HSL184.62º32.5%47.06%-
HSV(B)184.62º49.06%62.35%-
XYZ21.0427.0436.91-
YUV132.16143.1591.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=20.61%
G=38.93%
B=40.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811531590.490.0400.38184.6232.547.06
Hex51999F314026b9202f
Octal1212312376140462714057
Binary10100011001100110011111110001100010011010111001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51999F; }

 p { color: rgb(81,153,159); }

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

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

 a { background-color: rgb(81,153,159); }

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

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

 span { border-color: rgb(81,153,159); }

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