Html Css Color HEX #567C69 Cutty Sark

📋 copy color: '#567C69'

red 86 ◦ green 124 ◦ blue 105

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

Shades of Cutty Sark #567C69

Tints of Cutty Sark #567C69

RGB

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

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

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

R = 27.3%
G = 39.37%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#567C69 (or 0x567C69) is known color: Cutty Sark. HEX triplet: 56, 7C and 69. RGB value is (86,124,105). Sum of RGB (Red+Green+Blue) = 86+124+105=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #567C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C69 is #A98396. Grayscale: #6E6E6E. Windows color (decimal): -11109271 or 6913110. OLE color: 6913110.

HSL color Cylindrical-coordinate representation of color #567C69: hue angle of 150º 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 #567C69 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 124 105 -
CMYK 0.31 0 0.15 0.51
HSL 150º 0.18% 0.41% -
HSV(B) 150º 0.31% 0.49% -
XYZ 13.6 17.41 16.01 -
YUV 110.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 86 124 105 0.31 0 0.15 0.51 150 0.18 0.41
Hex 56 7C 69 1F 0 F 33 96 12 29
Octal 126 174 151 37 0 17 63 226 22 51
Binary 1010110 1111100 1101001 11111 0 1111 110011 10010110 10010 101001

Color Harmonies of #567C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567C69

Black with #567C69

Text Example


Text Example

White with #567C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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