Html Css Color HEX #567468 Cutty Sark

📋 copy color: '#567468'

red 86 ◦ green 116 ◦ blue 104

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

Shades of Cutty Sark #567468

Tints of Cutty Sark #567468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 28.1%
G = 37.91%
B = 33.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#567468 (or 0x567468) is known color: Cutty Sark. HEX triplet: 56, 74 and 68. RGB value is (86,116,104). Sum of RGB (Red+Green+Blue) = 86+116+104=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #567468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567468 is #A98B97. Grayscale: #696969. Windows color (decimal): -11111320 or 6845526. OLE color: 6845526.

HSL color Cylindrical-coordinate representation of color #567468: hue angle of 156º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #567468 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 116 104 -
CMYK 0.26 0 0.10 0.55
HSL 156º 0.15% 0.4% -
HSV(B) 156º 0.26% 0.45% -
XYZ 12.58 15.47 15.42 -
YUV 105.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 86 116 104 0.26 0 0.10 0.55 156 0.15 0.4
Hex 56 74 68 1A 0 A 37 9C F 28
Octal 126 164 150 32 0 12 67 234 17 50
Binary 1010110 1110100 1101000 11010 0 1010 110111 10011100 1111 101000

Color Harmonies of #567468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567468

Black with #567468

Text Example


Text Example

White with #567468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567468; }

 p { color: rgb(86,116,104); }

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

background-color css

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

 a { background-color: rgb(86,116,104); }

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

border-color css

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

 span { border-color: rgb(86,116,104); }

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