Html Css Color HEX #5CABA5 Cadet Blue

📋 copy color: '#5CABA5'

red 92 ◦ green 171 ◦ blue 165

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

Shades of Cadet Blue #5CABA5

Tints of Cadet Blue #5CABA5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.95%

 BLUE value IS 165 (64.84% from 255) = 38.55%

R = 21.5%
G = 39.95%
B = 38.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#5CABA5 (or 0x5CABA5) is known color: Cadet Blue. HEX triplet: 5C, AB and A5. RGB value is (92,171,165). Sum of RGB (Red+Green+Blue) = 92+171+165=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #5CABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CABA5 is #A3545A. Grayscale: #929292. Windows color (decimal): -10703963 or 10857308. OLE color: 10857308.

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

Color convert

RGB 92 171 165 -
CMYK 0.46 0 0.04 0.33
HSL 175.44º 0.32% 0.52% -
HSV(B) 175.44º 0.46% 0.67% -
XYZ 25.77 34.12 40.82 -
YUV 146.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 92 171 165 0.46 0 0.04 0.33 175.44 0.32 0.52
Hex 5C AB A5 2E 0 4 21 AF 20 34
Octal 134 253 245 56 0 4 41 257 40 64
Binary 1011100 10101011 10100101 101110 0 100 100001 10101111 100000 110100

Color Harmonies of #5CABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CABA5

Black with #5CABA5

Text Example


Text Example

White with #5CABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,171,165); }

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

background-color css

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

 a { background-color: rgb(92,171,165); }

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

border-color css

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

 span { border-color: rgb(92,171,165); }

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