Html Css Color HEX #567469 Cutty Sark

📋 copy color: '#567469'

red 86 ◦ green 116 ◦ blue 105

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

Shades of Cutty Sark #567469

Tints of Cutty Sark #567469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 28.01%
G = 37.79%
B = 34.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#567469 (or 0x567469) is known color: Cutty Sark. HEX triplet: 56, 74 and 69. RGB value is (86,116,105). Sum of RGB (Red+Green+Blue) = 86+116+105=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #567469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567469 is #A98B96. Grayscale: #696969. Windows color (decimal): -11111319 or 6911062. OLE color: 6911062.

HSL color Cylindrical-coordinate representation of color #567469: hue angle of 158º 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 #567469 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 116 105 -
CMYK 0.26 0 0.09 0.55
HSL 158º 0.15% 0.4% -
HSV(B) 158º 0.26% 0.45% -
XYZ 12.63 15.49 15.69 -
YUV 105.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 86 116 105 0.26 0 0.09 0.55 158 0.15 0.4
Hex 56 74 69 1A 0 9 37 9E F 28
Octal 126 164 151 32 0 11 67 236 17 50
Binary 1010110 1110100 1101001 11010 0 1001 110111 10011110 1111 101000

Color Harmonies of #567469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567469

Black with #567469

Text Example


Text Example

White with #567469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567469; }

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

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

background-color css

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

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

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

border-color css

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

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

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