Html Css Color HEX #5C847B Cutty Sark

📋 copy color: '#5C847B'

red 92 ◦ green 132 ◦ blue 123

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

Shades of Cutty Sark #5C847B

Tints of Cutty Sark #5C847B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 123 (48.44% from 255) = 35.45%

R = 26.51%
G = 38.04%
B = 35.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#5C847B (or 0x5C847B) is known color: Cutty Sark. HEX triplet: 5C, 84 and 7B. RGB value is (92,132,123). Sum of RGB (Red+Green+Blue) = 92+132+123=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #5C847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C847B is #A37B84. Grayscale: #777777. Windows color (decimal): -10713989 or 8094812. OLE color: 8094812.

HSL color Cylindrical-coordinate representation of color #5C847B: hue angle of 166.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C847B is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 132 123 -
CMYK 0.30 0 0.07 0.48
HSL 166.5º 0.18% 0.44% -
HSV(B) 166.5º 0.3% 0.52% -
XYZ 16.24 20.21 21.78 -
YUV 119.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 92 132 123 0.30 0 0.07 0.48 166.5 0.18 0.44
Hex 5C 84 7B 1E 0 7 30 A6 12 2C
Octal 134 204 173 36 0 7 60 246 22 54
Binary 1011100 10000100 1111011 11110 0 111 110000 10100110 10010 101100

Color Harmonies of #5C847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C847B

Black with #5C847B

Text Example


Text Example

White with #5C847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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