Html Css Color HEX #52826C Cutty Sark

📋 copy color: '#52826C'

red 82 ◦ green 130 ◦ blue 108

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

Shades of Cutty Sark #52826C

Tints of Cutty Sark #52826C

RGB

 RED value IS 82 (32.42% from 255) = 25.63%

 GREEN value IS 130 (51.17% from 255) = 40.63%

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

R = 25.63%
G = 40.63%
B = 33.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#52826C (or 0x52826C) is known color: Cutty Sark. HEX triplet: 52, 82 and 6C. RGB value is (82,130,108). Sum of RGB (Red+Green+Blue) = 82+130+108=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #52826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52826C is #AD7D93. Grayscale: #717171. Windows color (decimal): -11369876 or 7111250. OLE color: 7111250.

HSL color Cylindrical-coordinate representation of color #52826C: hue angle of 152.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52826C is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 108 -
CMYK 0.37 0 0.17 0.49
HSL 152.5º 0.23% 0.42% -
HSV(B) 152.5º 0.37% 0.51% -
XYZ 14.17 18.84 17.08 -
YUV 113.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 82 130 108 0.37 0 0.17 0.49 152.5 0.23 0.42
Hex 52 82 6C 25 0 11 31 98 17 2A
Octal 122 202 154 45 0 21 61 230 27 52
Binary 1010010 10000010 1101100 100101 0 10001 110001 10011000 10111 101010

Color Harmonies of #52826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52826C

Black with #52826C

Text Example


Text Example

White with #52826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52826C;
 }
 .AnyTagClassName
 {
   color: #52826C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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