Html Css Color HEX #56A295 Cadet Blue

📋 copy color: '#56A295'

red 86 ◦ green 162 ◦ blue 149

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

Shades of Cadet Blue #56A295

Tints of Cadet Blue #56A295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 21.66%
G = 40.81%
B = 37.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#56A295 (or 0x56A295) is known color: Cadet Blue. HEX triplet: 56, A2 and 95. RGB value is (86,162,149). Sum of RGB (Red+Green+Blue) = 86+162+149=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #56A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A295 is #A95D6A. Grayscale: #898989. Windows color (decimal): -11099499 or 9806422. OLE color: 9806422.

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

Color convert

RGB 86 162 149 -
CMYK 0.47 0 0.08 0.36
HSL 169.74º 0.31% 0.49% -
HSV(B) 169.74º 0.47% 0.64% -
XYZ 22.18 29.99 33.05 -
YUV 137.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 86 162 149 0.47 0 0.08 0.36 169.74 0.31 0.49
Hex 56 A2 95 2F 0 8 24 AA 1F 31
Octal 126 242 225 57 0 10 44 252 37 61
Binary 1010110 10100010 10010101 101111 0 1000 100100 10101010 11111 110001

Color Harmonies of #56A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A295

Black with #56A295

Text Example


Text Example

White with #56A295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,162,149); }

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

background-color css

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

 a { background-color: rgb(86,162,149); }

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

border-color css

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

 span { border-color: rgb(86,162,149); }

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