Html Css Color HEX #567A6E Cutty Sark

📋 copy color: '#567A6E'

red 86 ◦ green 122 ◦ blue 110

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

Shades of Cutty Sark #567A6E

Tints of Cutty Sark #567A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 27.04%
G = 38.36%
B = 34.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#567A6E (or 0x567A6E) is known color: Cutty Sark. HEX triplet: 56, 7A and 6E. RGB value is (86,122,110). Sum of RGB (Red+Green+Blue) = 86+122+110=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #567A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A6E is #A98591. Grayscale: #6D6D6D. Windows color (decimal): -11109778 or 7240278. OLE color: 7240278.

HSL color Cylindrical-coordinate representation of color #567A6E: hue angle of 160º 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 #567A6E is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 122 110 -
CMYK 0.30 0 0.10 0.52
HSL 160º 0.17% 0.41% -
HSV(B) 160º 0.3% 0.48% -
XYZ 13.61 17.02 17.32 -
YUV 109.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 86 122 110 0.30 0 0.10 0.52 160 0.17 0.41
Hex 56 7A 6E 1E 0 A 34 A0 11 29
Octal 126 172 156 36 0 12 64 240 21 51
Binary 1010110 1111010 1101110 11110 0 1010 110100 10100000 10001 101001

Color Harmonies of #567A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567A6E

Black with #567A6E

Text Example


Text Example

White with #567A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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