Html Css Color HEX #56A29B Cadet Blue

📋 copy color: '#56A29B'

red 86 ◦ green 162 ◦ blue 155

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

Shades of Cadet Blue #56A29B

Tints of Cadet Blue #56A29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 21.34%
G = 40.2%
B = 38.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#56A29B (or 0x56A29B) is known color: Cadet Blue. HEX triplet: 56, A2 and 9B. RGB value is (86,162,155). Sum of RGB (Red+Green+Blue) = 86+162+155=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #56A29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A29B is #A95D64. Grayscale: #8A8A8A. Windows color (decimal): -11099493 or 10199638. OLE color: 10199638.

HSL color Cylindrical-coordinate representation of color #56A29B: hue angle of 174.47º 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 #56A29B is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 162 155 -
CMYK 0.47 0 0.04 0.36
HSL 174.47º 0.31% 0.49% -
HSV(B) 174.47º 0.47% 0.64% -
XYZ 22.67 30.19 35.64 -
YUV 138.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 86 162 155 0.47 0 0.04 0.36 174.47 0.31 0.49
Hex 56 A2 9B 2F 0 4 24 AE 1F 31
Octal 126 242 233 57 0 4 44 256 37 61
Binary 1010110 10100010 10011011 101111 0 100 100100 10101110 11111 110001

Color Harmonies of #56A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A29B

Black with #56A29B

Text Example


Text Example

White with #56A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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