Html Css Color HEX #5CA4A1 Cadet Blue

📋 copy color: '#5CA4A1'

red 92 ◦ green 164 ◦ blue 161

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

Shades of Cadet Blue #5CA4A1

Tints of Cadet Blue #5CA4A1

RGB

 RED value IS 92 (36.33% from 255) = 22.06%

 GREEN value IS 164 (64.45% from 255) = 39.33%

 BLUE value IS 161 (63.28% from 255) = 38.61%

R = 22.06%
G = 39.33%
B = 38.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#5CA4A1 (or 0x5CA4A1) is known color: Cadet Blue. HEX triplet: 5C, A4 and A1. RGB value is (92,164,161). Sum of RGB (Red+Green+Blue) = 92+164+161=417 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.06% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA4A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA4A1 is #A35B5E. Grayscale: #8E8E8E. Windows color (decimal): -10705759 or 10593372. OLE color: 10593372.

HSL color Cylindrical-coordinate representation of color #5CA4A1: hue angle of 177.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA4A1 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 164 161 -
CMYK 0.44 0 0.02 0.36
HSL 177.5º 0.28% 0.5% -
HSV(B) 177.5º 0.44% 0.64% -
XYZ 24.12 31.4 38.51 -
YUV 142.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 92 164 161 0.44 0 0.02 0.36 177.5 0.28 0.5
Hex 5C A4 A1 2C 0 2 24 B2 1C 32
Octal 134 244 241 54 0 2 44 262 34 62
Binary 1011100 10100100 10100001 101100 0 10 100100 10110010 11100 110010

Color Harmonies of #5CA4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA4A1

Black with #5CA4A1

Text Example


Text Example

White with #5CA4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,164,161); }

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

background-color css

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

 a { background-color: rgb(92,164,161); }

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

border-color css

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

 span { border-color: rgb(92,164,161); }

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