#5099A4

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

Shades of Cadet Blue #5099A4

Tints of Cadet Blue #5099A4

Color information

#5099A4 (or 0x5099A4) is unknown color: approx Cadet Blue. HEX triplet: 50, 99 and A4. RGB value is (80,153,164). Sum of RGB (Red+Green+Blue) = 80+153+164=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #5099A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5099A4 is #AF665B. Grayscale: #848484. Windows color (decimal): -11495004 or 10787152. OLE color: 10787152.

HSL color Cylindrical-coordinate representation of color #5099A4: hue angle of 187.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5099A4 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB80153164-
CMYK0.510.0700.36
HSL187.86º34.43%47.84%-
HSV(B)187.86º51.22%64.31%-
XYZ21.427.1739.24-
YUV132.43145.8290.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=20.15%
G=38.54%
B=41.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801531640.510.0700.36187.8634.4347.84
Hex5099A4337024bc2230
Octal1202312446370442744260
Binary10100001001100110100100110011111010010010111100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5099A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5099A4; }

 p { color: rgb(80,153,164); }

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

<style>
 a { background-color: #5099A4; }

 a { background-color: rgb(80,153,164); }

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

<style>
 span { border-color: #5099A4; }

 span { border-color: rgb(80,153,164); }

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