Html Css Color HEX #5C8578 Cutty Sark

📋 copy color: '#5C8578'

red 92 ◦ green 133 ◦ blue 120

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

Shades of Cutty Sark #5C8578

Tints of Cutty Sark #5C8578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 26.67%
G = 38.55%
B = 34.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#5C8578 (or 0x5C8578) is known color: Cutty Sark. HEX triplet: 5C, 85 and 78. RGB value is (92,133,120). Sum of RGB (Red+Green+Blue) = 92+133+120=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8578 is #A37A87. Grayscale: #777777. Windows color (decimal): -10713736 or 7898460. OLE color: 7898460.

HSL color Cylindrical-coordinate representation of color #5C8578: hue angle of 160.98º 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 #5C8578 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 133 120 -
CMYK 0.31 0 0.10 0.48
HSL 160.98º 0.18% 0.44% -
HSV(B) 160.98º 0.31% 0.52% -
XYZ 16.19 20.41 20.85 -
YUV 119.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 92 133 120 0.31 0 0.10 0.48 160.98 0.18 0.44
Hex 5C 85 78 1F 0 A 30 A1 12 2C
Octal 134 205 170 37 0 12 60 241 22 54
Binary 1011100 10000101 1111000 11111 0 1010 110000 10100001 10010 101100

Color Harmonies of #5C8578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8578

Black with #5C8578

Text Example


Text Example

White with #5C8578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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