Html Css Color HEX #52826A Cutty Sark

📋 copy color: '#52826A'

red 82 ◦ green 130 ◦ blue 106

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

Shades of Cutty Sark #52826A

Tints of Cutty Sark #52826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.33%

R = 25.79%
G = 40.88%
B = 33.33%

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

#52826A (or 0x52826A) is known color: Cutty Sark. HEX triplet: 52, 82 and 6A. RGB value is (82,130,106). Sum of RGB (Red+Green+Blue) = 82+130+106=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #52826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52826A is #AD7D95. Grayscale: #707070. Windows color (decimal): -11369878 or 6980178. OLE color: 6980178.

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

Color convert

RGB 82 130 106 -
CMYK 0.37 0 0.18 0.49
HSL 150º 0.23% 0.42% -
HSV(B) 150º 0.37% 0.51% -
XYZ 14.06 18.8 16.52 -
YUV 112.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 82 130 106 0.37 0 0.18 0.49 150 0.23 0.42
Hex 52 82 6A 25 0 12 31 96 17 2A
Octal 122 202 152 45 0 22 61 226 27 52
Binary 1010010 10000010 1101010 100101 0 10010 110001 10010110 10111 101010

Color Harmonies of #52826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52826A

Black with #52826A

Text Example


Text Example

White with #52826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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