Html Css Color HEX #56897A Cutty Sark

📋 copy color: '#56897A'

red 86 ◦ green 137 ◦ blue 122

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

Shades of Cutty Sark #56897A

Tints of Cutty Sark #56897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 24.93%
G = 39.71%
B = 35.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#56897A (or 0x56897A) is known color: Cutty Sark. HEX triplet: 56, 89 and 7A. RGB value is (86,137,122). Sum of RGB (Red+Green+Blue) = 86+137+122=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #56897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56897A is #A97685. Grayscale: #787878. Windows color (decimal): -11105926 or 8030550. OLE color: 8030550.

HSL color Cylindrical-coordinate representation of color #56897A: hue angle of 162.35º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56897A is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 137 122 -
CMYK 0.37 0 0.11 0.46
HSL 162.35º 0.23% 0.44% -
HSV(B) 162.35º 0.37% 0.54% -
XYZ 16.3 21.27 21.66 -
YUV 120.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 86 137 122 0.37 0 0.11 0.46 162.35 0.23 0.44
Hex 56 89 7A 25 0 B 2E A2 17 2C
Octal 126 211 172 45 0 13 56 242 27 54
Binary 1010110 10001001 1111010 100101 0 1011 101110 10100010 10111 101100

Color Harmonies of #56897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56897A

Black with #56897A

Text Example


Text Example

White with #56897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56897A; }

 p { color: rgb(86,137,122); }

 H1.HeaderClassName
 {
   color: #56897A;
 }
 .AnyTagClassName
 {
   color: #56897A;
 }
</style>

background-color css

<style>
 a { background-color: #56897A; }

 a { background-color: rgb(86,137,122); }

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

border-color css

<style>
 span { border-color: #56897A; }

 span { border-color: rgb(86,137,122); }

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