Html Css Color HEX #52826B Cutty Sark

📋 copy color: '#52826B'

red 82 ◦ green 130 ◦ blue 107

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

Shades of Cutty Sark #52826B

Tints of Cutty Sark #52826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 25.71%
G = 40.75%
B = 33.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#52826B (or 0x52826B) is known color: Cutty Sark. HEX triplet: 52, 82 and 6B. RGB value is (82,130,107). Sum of RGB (Red+Green+Blue) = 82+130+107=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #52826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52826B is #AD7D94. Grayscale: #717171. Windows color (decimal): -11369877 or 7045714. OLE color: 7045714.

HSL color Cylindrical-coordinate representation of color #52826B: hue angle of 151.25º 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 #52826B is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 107 -
CMYK 0.37 0 0.18 0.49
HSL 151.25º 0.23% 0.42% -
HSV(B) 151.25º 0.37% 0.51% -
XYZ 14.12 18.82 16.8 -
YUV 113.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 82 130 107 0.37 0 0.18 0.49 151.25 0.23 0.42
Hex 52 82 6B 25 0 12 31 97 17 2A
Octal 122 202 153 45 0 22 61 227 27 52
Binary 1010010 10000010 1101011 100101 0 10010 110001 10010111 10111 101010

Color Harmonies of #52826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52826B

Black with #52826B

Text Example


Text Example

White with #52826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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