#5DA4AA

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

Shades of Cadet Blue #5DA4AA

Tints of Cadet Blue #5DA4AA

Color information

#5DA4AA (or 0x5DA4AA) is unknown color: approx Cadet Blue. HEX triplet: 5D, A4 and AA. RGB value is (93,164,170). Sum of RGB (Red+Green+Blue) = 93+164+170=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #5DA4AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA4AA is #A25B55. Grayscale: #8F8F8F. Windows color (decimal): -10640214 or 11183197. OLE color: 11183197.

HSL color Cylindrical-coordinate representation of color #5DA4AA: hue angle of 184.68º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA4AA is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB93164170-
CMYK0.450.0400.33
HSL184.68º31.17%51.57%-
HSV(B)184.68º45.29%66.67%-
XYZ25.0531.7842.84-
YUV143.46142.9892.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.78%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=21.78%
G=38.41%
B=39.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931641700.450.0400.33184.6831.1751.57
Hex5DA4AA2D4021b91f34
Octal1352442525540412713764
Binary1011101101001001010101010110110001000011011100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DA4AA; }

 p { color: rgb(93,164,170); }

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

<style>
 a { background-color: #5DA4AA; }

 a { background-color: rgb(93,164,170); }

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

<style>
 span { border-color: #5DA4AA; }

 span { border-color: rgb(93,164,170); }

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