Html Css Color HEX #5C7A6C Cutty Sark

📋 copy color: '#5C7A6C'

red 92 ◦ green 122 ◦ blue 108

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

Shades of Cutty Sark #5C7A6C

Tints of Cutty Sark #5C7A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.89%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 28.57%
G = 37.89%
B = 33.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#5C7A6C (or 0x5C7A6C) is known color: Cutty Sark. HEX triplet: 5C, 7A and 6C. RGB value is (92,122,108). Sum of RGB (Red+Green+Blue) = 92+122+108=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 122 - color contains mainly: green. Hex color #5C7A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7A6C is #A38593. Grayscale: #6F6F6F. Windows color (decimal): -10716564 or 7109212. OLE color: 7109212.

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

Color convert

RGB 92 122 108 -
CMYK 0.25 0 0.11 0.52
HSL 152º 0.14% 0.42% -
HSV(B) 152º 0.25% 0.48% -
XYZ 14.08 17.28 16.78 -
YUV 111.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 92 122 108 0.25 0 0.11 0.52 152 0.14 0.42
Hex 5C 7A 6C 19 0 B 34 98 E 2A
Octal 134 172 154 31 0 13 64 230 16 52
Binary 1011100 1111010 1101100 11001 0 1011 110100 10011000 1110 101010

Color Harmonies of #5C7A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7A6C

Black with #5C7A6C

Text Example


Text Example

White with #5C7A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,122,108); }

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

background-color css

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

 a { background-color: rgb(92,122,108); }

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

border-color css

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

 span { border-color: rgb(92,122,108); }

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