Html Css Color HEX #5C7B6D Cutty Sark

📋 copy color: '#5C7B6D'

red 92 ◦ green 123 ◦ blue 109

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

Shades of Cutty Sark #5C7B6D

Tints of Cutty Sark #5C7B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 28.4%
G = 37.96%
B = 33.64%

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

#5C7B6D (or 0x5C7B6D) is known color: Cutty Sark. HEX triplet: 5C, 7B and 6D. RGB value is (92,123,109). Sum of RGB (Red+Green+Blue) = 92+123+109=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7B6D is #A38492. Grayscale: #707070. Windows color (decimal): -10716307 or 7175004. OLE color: 7175004.

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

Color convert

RGB 92 123 109 -
CMYK 0.25 0 0.11 0.52
HSL 152.9º 0.14% 0.42% -
HSV(B) 152.9º 0.25% 0.48% -
XYZ 14.26 17.55 17.1 -
YUV 112.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 92 123 109 0.25 0 0.11 0.52 152.9 0.14 0.42
Hex 5C 7B 6D 19 0 B 34 99 E 2A
Octal 134 173 155 31 0 13 64 231 16 52
Binary 1011100 1111011 1101101 11001 0 1011 110100 10011001 1110 101010

Color Harmonies of #5C7B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7B6D

Black with #5C7B6D

Text Example


Text Example

White with #5C7B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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