Html Css Color HEX #577268 Cutty Sark

📋 copy color: '#577268'

red 87 ◦ green 114 ◦ blue 104

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

Shades of Cutty Sark #577268

Tints of Cutty Sark #577268

RGB

 RED value IS 87 (34.38% from 255) = 28.52%

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 28.52%
G = 37.38%
B = 34.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#577268 (or 0x577268) is known color: Cutty Sark. HEX triplet: 57, 72 and 68. RGB value is (87,114,104). Sum of RGB (Red+Green+Blue) = 87+114+104=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #577268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577268 is #A88D97. Grayscale: #686868. Windows color (decimal): -11046296 or 6845015. OLE color: 6845015.

HSL color Cylindrical-coordinate representation of color #577268: hue angle of 157.78º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #577268 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 114 104 -
CMYK 0.24 0 0.09 0.55
HSL 157.78º 0.13% 0.39% -
HSV(B) 157.78º 0.24% 0.45% -
XYZ 12.45 15.06 15.35 -
YUV 104.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 87 114 104 0.24 0 0.09 0.55 157.78 0.13 0.39
Hex 57 72 68 18 0 9 37 9E D 27
Octal 127 162 150 30 0 11 67 236 15 47
Binary 1010111 1110010 1101000 11000 0 1001 110111 10011110 1101 100111

Color Harmonies of #577268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577268

Black with #577268

Text Example


Text Example

White with #577268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577268; }

 p { color: rgb(87,114,104); }

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

background-color css

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

 a { background-color: rgb(87,114,104); }

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

border-color css

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

 span { border-color: rgb(87,114,104); }

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