Html Css Color HEX #5AA7AA Cadet Blue

📋 copy color: '#5AA7AA'

red 90 ◦ green 167 ◦ blue 170

#5AA7AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #5AA7AA

Tints of Cadet Blue #5AA7AA

RGB

 RED value IS 90 (35.55% from 255) = 21.08%

 GREEN value IS 167 (65.63% from 255) = 39.11%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 21.08%
G = 39.11%
B = 39.81%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5AA7AA (or 0x5AA7AA) is known color: Cadet Blue. HEX triplet: 5A, A7 and AA. RGB value is (90,167,170). Sum of RGB (Red+Green+Blue) = 90+167+170=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 167 (65.62% from 255 or 39.11% 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 #5AA7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA7AA is #A55855. Grayscale: #909090. Windows color (decimal): -10836054 or 11183962. OLE color: 11183962.

HSL color Cylindrical-coordinate representation of color #5AA7AA: hue angle of 182.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AA7AA is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 167 170 -
CMYK 0.47 0.02 0 0.33
HSL 182.25º 0.32% 0.51% -
HSV(B) 182.25º 0.47% 0.67% -
XYZ 25.29 32.71 43.01 -
YUV 144.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 90 167 170 0.47 0.02 0 0.33 182.25 0.32 0.51
Hex 5A A7 AA 2F 2 0 21 B6 20 33
Octal 132 247 252 57 2 0 41 266 40 63
Binary 1011010 10100111 10101010 101111 10 0 100001 10110110 100000 110011

Color Harmonies of #5AA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA7AA

Black with #5AA7AA

Text Example


Text Example

White with #5AA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,167,170); }

 H1.HeaderClassName
 {
   color: #5AA7AA;
 }
 .AnyTagClassName
 {
   color: #5AA7AA;
 }
</style>

background-color css

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

 a { background-color: rgb(90,167,170); }

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

border-color css

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

 span { border-color: rgb(90,167,170); }

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