Html Css Color HEX #567D74 Cutty Sark

📋 copy color: '#567D74'

red 86 ◦ green 125 ◦ blue 116

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

Shades of Cutty Sark #567D74

Tints of Cutty Sark #567D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.23%

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 26.3%
G = 38.23%
B = 35.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#567D74 (or 0x567D74) is known color: Cutty Sark. HEX triplet: 56, 7D and 74. RGB value is (86,125,116). Sum of RGB (Red+Green+Blue) = 86+125+116=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 125 - color contains mainly: green. Hex color #567D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D74 is #A9828B. Grayscale: #707070. Windows color (decimal): -11109004 or 7634262. OLE color: 7634262.

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

Color convert

RGB 86 125 116 -
CMYK 0.31 0 0.07 0.51
HSL 166.15º 0.18% 0.41% -
HSV(B) 166.15º 0.31% 0.49% -
XYZ 14.32 17.91 19.22 -
YUV 112.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 86 125 116 0.31 0 0.07 0.51 166.15 0.18 0.41
Hex 56 7D 74 1F 0 7 33 A6 12 29
Octal 126 175 164 37 0 7 63 246 22 51
Binary 1010110 1111101 1110100 11111 0 111 110011 10100110 10010 101001

Color Harmonies of #567D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567D74

Black with #567D74

Text Example


Text Example

White with #567D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,125,116); }

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

background-color css

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

 a { background-color: rgb(86,125,116); }

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

border-color css

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

 span { border-color: rgb(86,125,116); }

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