Html Css Color HEX #567065 Cutty Sark

📋 copy color: '#567065'

red 86 ◦ green 112 ◦ blue 101

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

Shades of Cutty Sark #567065

Tints of Cutty Sark #567065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 28.76%
G = 37.46%
B = 33.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#567065 (or 0x567065) is known color: Cutty Sark. HEX triplet: 56, 70 and 65. RGB value is (86,112,101). Sum of RGB (Red+Green+Blue) = 86+112+101=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #567065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567065 is #A98F9A. Grayscale: #666666. Windows color (decimal): -11112347 or 6647894. OLE color: 6647894.

HSL color Cylindrical-coordinate representation of color #567065: hue angle of 154.62º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #567065 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 112 101 -
CMYK 0.23 0 0.10 0.56
HSL 154.62º 0.13% 0.39% -
HSV(B) 154.62º 0.23% 0.44% -
XYZ 11.98 14.51 14.48 -
YUV 102.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 86 112 101 0.23 0 0.10 0.56 154.62 0.13 0.39
Hex 56 70 65 17 0 A 38 9B D 27
Octal 126 160 145 27 0 12 70 233 15 47
Binary 1010110 1110000 1100101 10111 0 1010 111000 10011011 1101 100111

Color Harmonies of #567065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567065

Black with #567065

Text Example


Text Example

White with #567065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567065; }

 p { color: rgb(86,112,101); }

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

background-color css

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

 a { background-color: rgb(86,112,101); }

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

border-color css

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

 span { border-color: rgb(86,112,101); }

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