Html Css Color HEX #5C8572 Cutty Sark

📋 copy color: '#5C8572'

red 92 ◦ green 133 ◦ blue 114

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

Shades of Cutty Sark #5C8572

Tints of Cutty Sark #5C8572

RGB

 RED value IS 92 (36.33% from 255) = 27.14%

 GREEN value IS 133 (52.34% from 255) = 39.23%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 27.14%
G = 39.23%
B = 33.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#5C8572 (or 0x5C8572) is known color: Cutty Sark. HEX triplet: 5C, 85 and 72. RGB value is (92,133,114). Sum of RGB (Red+Green+Blue) = 92+133+114=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8572 is #A37A8D. Grayscale: #767676. Windows color (decimal): -10713742 or 7505244. OLE color: 7505244.

HSL color Cylindrical-coordinate representation of color #5C8572: hue angle of 152.2º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C8572 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 133 114 -
CMYK 0.31 0 0.14 0.48
HSL 152.2º 0.18% 0.44% -
HSV(B) 152.2º 0.31% 0.52% -
XYZ 15.84 20.27 19 -
YUV 118.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 92 133 114 0.31 0 0.14 0.48 152.2 0.18 0.44
Hex 5C 85 72 1F 0 E 30 98 12 2C
Octal 134 205 162 37 0 16 60 230 22 54
Binary 1011100 10000101 1110010 11111 0 1110 110000 10011000 10010 101100

Color Harmonies of #5C8572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8572

Black with #5C8572

Text Example


Text Example

White with #5C8572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C8572; }

 p { color: rgb(92,133,114); }

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

background-color css

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

 a { background-color: rgb(92,133,114); }

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

border-color css

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

 span { border-color: rgb(92,133,114); }

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