Html Css Color HEX #56A5A3 Cadet Blue

📋 copy color: '#56A5A3'

red 86 ◦ green 165 ◦ blue 163

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

Shades of Cadet Blue #56A5A3

Tints of Cadet Blue #56A5A3

RGB

 RED value IS 86 (33.98% from 255) = 20.77%

 GREEN value IS 165 (64.84% from 255) = 39.86%

 BLUE value IS 163 (64.06% from 255) = 39.37%

R = 20.77%
G = 39.86%
B = 39.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#56A5A3 (or 0x56A5A3) is known color: Cadet Blue. HEX triplet: 56, A5 and A3. RGB value is (86,165,163). Sum of RGB (Red+Green+Blue) = 86+165+163=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #56A5A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A5A3 is #A95A5C. Grayscale: #8D8D8D. Windows color (decimal): -11098717 or 10724694. OLE color: 10724694.

HSL color Cylindrical-coordinate representation of color #56A5A3: hue angle of 178.48º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A5A3 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 165 163 -
CMYK 0.48 0 0.01 0.35
HSL 178.48º 0.31% 0.49% -
HSV(B) 178.48º 0.48% 0.65% -
XYZ 23.9 31.53 39.48 -
YUV 141.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 86 165 163 0.48 0 0.01 0.35 178.48 0.31 0.49
Hex 56 A5 A3 30 0 1 23 B2 1F 31
Octal 126 245 243 60 0 1 43 262 37 61
Binary 1010110 10100101 10100011 110000 0 1 100011 10110010 11111 110001

Color Harmonies of #56A5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A5A3

Black with #56A5A3

Text Example


Text Example

White with #56A5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A5A3; }

 p { color: rgb(86,165,163); }

 H1.HeaderClassName
 {
   color: #56A5A3;
 }
 .AnyTagClassName
 {
   color: #56A5A3;
 }
</style>

background-color css

<style>
 a { background-color: #56A5A3; }

 a { background-color: rgb(86,165,163); }

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

border-color css

<style>
 span { border-color: #56A5A3; }

 span { border-color: rgb(86,165,163); }

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