Html Css Color HEX #56A49F Cadet Blue

📋 copy color: '#56A49F'

red 86 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #56A49F

Tints of Cadet Blue #56A49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.88%

R = 21.03%
G = 40.1%
B = 38.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#56A49F (or 0x56A49F) is known color: Cadet Blue. HEX triplet: 56, A4 and 9F. RGB value is (86,164,159). Sum of RGB (Red+Green+Blue) = 86+164+159=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #56A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A49F is #A95B60. Grayscale: #8C8C8C. Windows color (decimal): -11098977 or 10462294. OLE color: 10462294.

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

Color convert

RGB 86 164 159 -
CMYK 0.48 0 0.03 0.36
HSL 176.15º 0.31% 0.49% -
HSV(B) 176.15º 0.48% 0.64% -
XYZ 23.37 31.03 37.56 -
YUV 140.11 138.66 89.41 -
System Red Green Blue C M Y K H S L
Decimal 86 164 159 0.48 0 0.03 0.36 176.15 0.31 0.49
Hex 56 A4 9F 30 0 3 24 B0 1F 31
Octal 126 244 237 60 0 3 44 260 37 61
Binary 1010110 10100100 10011111 110000 0 11 100100 10110000 11111 110001

Color Harmonies of #56A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A49F

Black with #56A49F

Text Example


Text Example

White with #56A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,164,159); }

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

background-color css

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

 a { background-color: rgb(86,164,159); }

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

border-color css

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

 span { border-color: rgb(86,164,159); }

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