#567B6A

Color #567B6A Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #567B6A

Tints of Cutty Sark #567B6A

Color information

#567B6A (or 0x567B6A) is unknown color: approx Cutty Sark. HEX triplet: 56, 7B and 6A. RGB value is (86,123,106). Sum of RGB (Red+Green+Blue) = 86+123+106=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #567B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567B6A is #A98495. Grayscale: #6E6E6E. Windows color (decimal): -11109526 or 6978390. OLE color: 6978390.

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

Color convert

RGB86123106-
CMYK0.3000.140.52
HSL152.43º17.7%40.98%-
HSV(B)152.43º30.08%48.24%-
XYZ13.5217.1816.24-
YUV110125.74110.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=27.30%
G=39.05%
B=33.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861231060.3000.140.52152.4317.740.98
Hex567B6A1E0E34981229
Octal12617315236016642302251
Binary10101101111011110101011110011101101001001100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,123,106); }

 H1.HeaderClassName
 {
   color: #567B6A;
 }
 .AnyTagClassName
 {
   color: #567B6A;
 }
</style>
background-color css

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

 a { background-color: rgb(86,123,106); }

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

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

 span { border-color: rgb(86,123,106); }

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