#53999E

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

Shades of Cadet Blue #53999E

Tints of Cadet Blue #53999E

Color information

#53999E (or 0x53999E) is unknown color: approx Cadet Blue. HEX triplet: 53, 99 and 9E. RGB value is (83,153,158). Sum of RGB (Red+Green+Blue) = 83+153+158=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #53999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53999E is #AC6661. Grayscale: #848484. Windows color (decimal): -11298402 or 10393939. OLE color: 10393939.

HSL color Cylindrical-coordinate representation of color #53999E: hue angle of 184º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53999E is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83153158-
CMYK0.470.0300.38
HSL184º31.12%47.25%-
HSV(B)184º47.47%61.96%-
XYZ21.1327.0936.46-
YUV132.64142.3192.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=21.07%
G=38.83%
B=40.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831531580.470.0300.3818431.1247.25
Hex53999E2F3026b81f2f
Octal1232312365730462703757
Binary101001110011001100111101011111101001101011100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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