Html Css Color HEX #5D8278 Cutty Sark

📋 copy color: '#5D8278'

red 93 ◦ green 130 ◦ blue 120

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

Shades of Cutty Sark #5D8278

Tints of Cutty Sark #5D8278

RGB

 RED value IS 93 (36.72% from 255) = 27.11%

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

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

R = 27.11%
G = 37.9%
B = 34.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#5D8278 (or 0x5D8278) is known color: Cutty Sark. HEX triplet: 5D, 82 and 78. RGB value is (93,130,120). Sum of RGB (Red+Green+Blue) = 93+130+120=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #5D8278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8278 is #A27D87. Grayscale: #757575. Windows color (decimal): -10648968 or 7897693. OLE color: 7897693.

HSL color Cylindrical-coordinate representation of color #5D8278: hue angle of 163.78º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D8278 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 130 120 -
CMYK 0.28 0 0.08 0.49
HSL 163.78º 0.17% 0.44% -
HSV(B) 163.78º 0.28% 0.51% -
XYZ 15.89 19.65 20.72 -
YUV 117.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 93 130 120 0.28 0 0.08 0.49 163.78 0.17 0.44
Hex 5D 82 78 1C 0 8 31 A4 11 2C
Octal 135 202 170 34 0 10 61 244 21 54
Binary 1011101 10000010 1111000 11100 0 1000 110001 10100100 10001 101100

Color Harmonies of #5D8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8278

Black with #5D8278

Text Example


Text Example

White with #5D8278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,130,120); }

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

background-color css

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

 a { background-color: rgb(93,130,120); }

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

border-color css

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

 span { border-color: rgb(93,130,120); }

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