Html Css Color HEX #5C7B6C Cutty Sark

📋 copy color: '#5C7B6C'

red 92 ◦ green 123 ◦ blue 108

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

Shades of Cutty Sark #5C7B6C

Tints of Cutty Sark #5C7B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.08%

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

R = 28.48%
G = 38.08%
B = 33.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#5C7B6C (or 0x5C7B6C) is known color: Cutty Sark. HEX triplet: 5C, 7B and 6C. RGB value is (92,123,108). Sum of RGB (Red+Green+Blue) = 92+123+108=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7B6C is #A38493. Grayscale: #707070. Windows color (decimal): -10716308 or 7109468. OLE color: 7109468.

HSL color Cylindrical-coordinate representation of color #5C7B6C: hue angle of 150.97º 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 #5C7B6C is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 123 108 -
CMYK 0.25 0 0.12 0.52
HSL 150.97º 0.14% 0.42% -
HSV(B) 150.97º 0.25% 0.48% -
XYZ 14.2 17.52 16.82 -
YUV 112.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 92 123 108 0.25 0 0.12 0.52 150.97 0.14 0.42
Hex 5C 7B 6C 19 0 C 34 97 E 2A
Octal 134 173 154 31 0 14 64 227 16 52
Binary 1011100 1111011 1101100 11001 0 1100 110100 10010111 1110 101010

Color Harmonies of #5C7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7B6C

Black with #5C7B6C

Text Example


Text Example

White with #5C7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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