Html Css Color HEX #567A68 Cutty Sark

📋 copy color: '#567A68'

red 86 ◦ green 122 ◦ blue 104

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

Shades of Cutty Sark #567A68

Tints of Cutty Sark #567A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.1%

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

R = 27.56%
G = 39.1%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#567A68 (or 0x567A68) is known color: Cutty Sark. HEX triplet: 56, 7A and 68. RGB value is (86,122,104). Sum of RGB (Red+Green+Blue) = 86+122+104=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #567A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A68 is #A98597. Grayscale: #6D6D6D. Windows color (decimal): -11109784 or 6847062. OLE color: 6847062.

HSL color Cylindrical-coordinate representation of color #567A68: hue angle of 150º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567A68 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 122 104 -
CMYK 0.30 0 0.15 0.52
HSL 150º 0.17% 0.41% -
HSV(B) 150º 0.3% 0.48% -
XYZ 13.3 16.9 15.66 -
YUV 109.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 86 122 104 0.30 0 0.15 0.52 150 0.17 0.41
Hex 56 7A 68 1E 0 F 34 96 11 29
Octal 126 172 150 36 0 17 64 226 21 51
Binary 1010110 1111010 1101000 11110 0 1111 110100 10010110 10001 101001

Color Harmonies of #567A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567A68

Black with #567A68

Text Example


Text Example

White with #567A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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