Html Css Color HEX #578271 Cutty Sark

📋 copy color: '#578271'

red 87 ◦ green 130 ◦ blue 113

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

Shades of Cutty Sark #578271

Tints of Cutty Sark #578271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.39%

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 26.36%
G = 39.39%
B = 34.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#578271 (or 0x578271) is known color: Cutty Sark. HEX triplet: 57, 82 and 71. RGB value is (87,130,113). Sum of RGB (Red+Green+Blue) = 87+130+113=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #578271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578271 is #A87D8E. Grayscale: #737373. Windows color (decimal): -11042191 or 7438935. OLE color: 7438935.

HSL color Cylindrical-coordinate representation of color #578271: hue angle of 156.28º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #578271 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 130 113 -
CMYK 0.33 0 0.13 0.49
HSL 156.28º 0.2% 0.43% -
HSV(B) 156.28º 0.33% 0.51% -
XYZ 14.89 19.18 18.54 -
YUV 115.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 87 130 113 0.33 0 0.13 0.49 156.28 0.2 0.43
Hex 57 82 71 21 0 D 31 9C 14 2B
Octal 127 202 161 41 0 15 61 234 24 53
Binary 1010111 10000010 1110001 100001 0 1101 110001 10011100 10100 101011

Color Harmonies of #578271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578271

Black with #578271

Text Example


Text Example

White with #578271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578271; }

 p { color: rgb(87,130,113); }

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

background-color css

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

 a { background-color: rgb(87,130,113); }

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

border-color css

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

 span { border-color: rgb(87,130,113); }

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