Html Css Color HEX #56A59A Cadet Blue

📋 copy color: '#56A59A'

red 86 ◦ green 165 ◦ blue 154

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

Shades of Cadet Blue #56A59A

Tints of Cadet Blue #56A59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 21.23%
G = 40.74%
B = 38.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#56A59A (or 0x56A59A) is known color: Cadet Blue. HEX triplet: 56, A5 and 9A. RGB value is (86,165,154). Sum of RGB (Red+Green+Blue) = 86+165+154=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #56A59A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A59A is #A95A65. Grayscale: #8C8C8C. Windows color (decimal): -11098726 or 10134870. OLE color: 10134870.

HSL color Cylindrical-coordinate representation of color #56A59A: hue angle of 171.65º 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 #56A59A is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 165 154 -
CMYK 0.48 0 0.07 0.35
HSL 171.65º 0.31% 0.49% -
HSV(B) 171.65º 0.48% 0.65% -
XYZ 23.13 31.22 35.38 -
YUV 140.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 86 165 154 0.48 0 0.07 0.35 171.65 0.31 0.49
Hex 56 A5 9A 30 0 7 23 AC 1F 31
Octal 126 245 232 60 0 7 43 254 37 61
Binary 1010110 10100101 10011010 110000 0 111 100011 10101100 11111 110001

Color Harmonies of #56A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A59A

Black with #56A59A

Text Example


Text Example

White with #56A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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