Html Css Color HEX #56867A Cutty Sark

📋 copy color: '#56867A'

red 86 ◦ green 134 ◦ blue 122

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

Shades of Cutty Sark #56867A

Tints of Cutty Sark #56867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.18%

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

R = 25.15%
G = 39.18%
B = 35.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#56867A (or 0x56867A) is known color: Cutty Sark. HEX triplet: 56, 86 and 7A. RGB value is (86,134,122). Sum of RGB (Red+Green+Blue) = 86+134+122=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #56867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56867A is #A97985. Grayscale: #767676. Windows color (decimal): -11106694 or 8029782. OLE color: 8029782.

HSL color Cylindrical-coordinate representation of color #56867A: hue angle of 165º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56867A is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 134 122 -
CMYK 0.36 0 0.09 0.47
HSL 165º 0.22% 0.43% -
HSV(B) 165º 0.36% 0.53% -
XYZ 15.88 20.43 21.52 -
YUV 118.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 86 134 122 0.36 0 0.09 0.47 165 0.22 0.43
Hex 56 86 7A 24 0 9 2F A5 16 2B
Octal 126 206 172 44 0 11 57 245 26 53
Binary 1010110 10000110 1111010 100100 0 1001 101111 10100101 10110 101011

Color Harmonies of #56867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56867A

Black with #56867A

Text Example


Text Example

White with #56867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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