Html Css Color HEX #567C6C Cutty Sark

📋 copy color: '#567C6C'

red 86 ◦ green 124 ◦ blue 108

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

Shades of Cutty Sark #567C6C

Tints of Cutty Sark #567C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.99%

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 27.04%
G = 38.99%
B = 33.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#567C6C (or 0x567C6C) is known color: Cutty Sark. HEX triplet: 56, 7C and 6C. RGB value is (86,124,108). Sum of RGB (Red+Green+Blue) = 86+124+108=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #567C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C6C is #A98393. Grayscale: #6E6E6E. Windows color (decimal): -11109268 or 7109718. OLE color: 7109718.

HSL color Cylindrical-coordinate representation of color #567C6C: hue angle of 154.74º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567C6C is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 124 108 -
CMYK 0.31 0 0.13 0.51
HSL 154.74º 0.18% 0.41% -
HSV(B) 154.74º 0.31% 0.49% -
XYZ 13.75 17.48 16.84 -
YUV 110.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 86 124 108 0.31 0 0.13 0.51 154.74 0.18 0.41
Hex 56 7C 6C 1F 0 D 33 9B 12 29
Octal 126 174 154 37 0 15 63 233 22 51
Binary 1010110 1111100 1101100 11111 0 1101 110011 10011011 10010 101001

Color Harmonies of #567C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567C6C

Black with #567C6C

Text Example


Text Example

White with #567C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567C6C; }

 p { color: rgb(86,124,108); }

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

background-color css

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

 a { background-color: rgb(86,124,108); }

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

border-color css

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

 span { border-color: rgb(86,124,108); }

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