Html Css Color HEX #578275 Cutty Sark

📋 copy color: '#578275'

red 87 ◦ green 130 ◦ blue 117

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

Shades of Cutty Sark #578275

Tints of Cutty Sark #578275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 26.05%
G = 38.92%
B = 35.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#578275 (or 0x578275) is known color: Cutty Sark. HEX triplet: 57, 82 and 75. RGB value is (87,130,117). Sum of RGB (Red+Green+Blue) = 87+130+117=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #578275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578275 is #A87D8A. Grayscale: #737373. Windows color (decimal): -11042187 or 7701079. OLE color: 7701079.

HSL color Cylindrical-coordinate representation of color #578275: hue angle of 161.86º 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 #578275 is Cyan = 0.33, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 130 117 -
CMYK 0.33 0 0.1 0.49
HSL 161.86º 0.2% 0.43% -
HSV(B) 161.86º 0.33% 0.51% -
XYZ 15.12 19.28 19.75 -
YUV 115.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 87 130 117 0.33 0 0.1 0.49 161.86 0.2 0.43
Hex 57 82 75 21 0 A 31 A2 14 2B
Octal 127 202 165 41 0 12 61 242 24 53
Binary 1010111 10000010 1110101 100001 0 1010 110001 10100010 10100 101011

Color Harmonies of #578275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578275

Black with #578275

Text Example


Text Example

White with #578275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578275; }

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

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

background-color css

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

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

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

border-color css

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

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

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