#51999E

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

Shades of Cadet Blue #51999E

Tints of Cadet Blue #51999E

Color information

#51999E (or 0x51999E) is unknown color: approx Cadet Blue. HEX triplet: 51, 99 and 9E. RGB value is (81,153,158). Sum of RGB (Red+Green+Blue) = 81+153+158=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #51999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51999E is #AE6661. Grayscale: #838383. Windows color (decimal): -11429474 or 10393937. OLE color: 10393937.

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

Color convert

RGB81153158-
CMYK0.490.0300.38
HSL183.9º32.22%46.86%-
HSV(B)183.9º48.73%61.96%-
XYZ20.962736.45-
YUV132.04142.6591.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.66%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=20.66%
G=39.03%
B=40.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811531580.490.0300.38183.932.2246.86
Hex51999E313026b8202f
Octal1212312366130462704057
Binary1010001100110011001111011000111010011010111000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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