Html Css Color HEX #57826D Cutty Sark

📋 copy color: '#57826D'

red 87 ◦ green 130 ◦ blue 109

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

Shades of Cutty Sark #57826D

Tints of Cutty Sark #57826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 26.69%
G = 39.88%
B = 33.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#57826D (or 0x57826D) is known color: Cutty Sark. HEX triplet: 57, 82 and 6D. RGB value is (87,130,109). Sum of RGB (Red+Green+Blue) = 87+130+109=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #57826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57826D is #A87D92. Grayscale: #727272. Windows color (decimal): -11042195 or 7176791. OLE color: 7176791.

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

Color convert

RGB 87 130 109 -
CMYK 0.33 0 0.16 0.49
HSL 150.7º 0.2% 0.43% -
HSV(B) 150.7º 0.33% 0.51% -
XYZ 14.67 19.1 17.38 -
YUV 114.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 87 130 109 0.33 0 0.16 0.49 150.7 0.2 0.43
Hex 57 82 6D 21 0 10 31 97 14 2B
Octal 127 202 155 41 0 20 61 227 24 53
Binary 1010111 10000010 1101101 100001 0 10000 110001 10010111 10100 101011

Color Harmonies of #57826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57826D

Black with #57826D

Text Example


Text Example

White with #57826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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