#52846C

Color #52846C Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #52846C

Tints of Cutty Sark #52846C

Color information

#52846C (or 0x52846C) is unknown color: approx Cutty Sark. HEX triplet: 52, 84 and 6C. RGB value is (82,132,108). Sum of RGB (Red+Green+Blue) = 82+132+108=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #52846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52846C is #AD7B93. Grayscale: #727272. Windows color (decimal): -11369364 or 7111762. OLE color: 7111762.

HSL color Cylindrical-coordinate representation of color #52846C: hue angle of 151.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52846C is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB82132108-
CMYK0.3800.180.48
HSL151.2º23.36%41.96%-
HSV(B)151.2º37.88%51.76%-
XYZ14.4419.3817.17-
YUV114.31124.44104.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=25.47%
G=40.99%
B=33.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821321080.3800.180.48151.223.3641.96
Hex52846C260123097172a
Octal12220415446022602272752
Binary10100101000010011011001001100100101100001001011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52846C; }

 p { color: rgb(82,132,108); }

 H1.HeaderClassName
 {
   color: #52846C;
 }
 .AnyTagClassName
 {
   color: #52846C;
 }
</style>
background-color css

<style>
 a { background-color: #52846C; }

 a { background-color: rgb(82,132,108); }

 div.DivClassName
 {
   background-color: #52846C;
 }
 .BgClassName
 {
   background-color: #52846C;
 }
</style>
border-color css

<style>
 span { border-color: #52846C; }

 span { border-color: rgb(82,132,108); }

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