Html Css Color HEX #57826E Cutty Sark

📋 copy color: '#57826E'

red 87 ◦ green 130 ◦ blue 110

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

Shades of Cutty Sark #57826E

Tints of Cutty Sark #57826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 26.61%
G = 39.76%
B = 33.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#57826E (or 0x57826E) is known color: Cutty Sark. HEX triplet: 57, 82 and 6E. RGB value is (87,130,110). Sum of RGB (Red+Green+Blue) = 87+130+110=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #57826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57826E is #A87D91. Grayscale: #727272. Windows color (decimal): -11042194 or 7242327. OLE color: 7242327.

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

Color convert

RGB 87 130 110 -
CMYK 0.33 0 0.15 0.49
HSL 152.09º 0.2% 0.43% -
HSV(B) 152.09º 0.33% 0.51% -
XYZ 14.73 19.12 17.67 -
YUV 114.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 87 130 110 0.33 0 0.15 0.49 152.09 0.2 0.43
Hex 57 82 6E 21 0 F 31 98 14 2B
Octal 127 202 156 41 0 17 61 230 24 53
Binary 1010111 10000010 1101110 100001 0 1111 110001 10011000 10100 101011

Color Harmonies of #57826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57826E

Black with #57826E

Text Example


Text Example

White with #57826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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