Html Css Color HEX #52826E Cutty Sark

📋 copy color: '#52826E'

red 82 ◦ green 130 ◦ blue 110

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

Shades of Cutty Sark #52826E

Tints of Cutty Sark #52826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 25.47%
G = 40.37%
B = 34.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#52826E (or 0x52826E) is known color: Cutty Sark. HEX triplet: 52, 82 and 6E. RGB value is (82,130,110). Sum of RGB (Red+Green+Blue) = 82+130+110=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #52826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52826E is #AD7D91. Grayscale: #717171. Windows color (decimal): -11369874 or 7242322. OLE color: 7242322.

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

Color convert

RGB 82 130 110 -
CMYK 0.37 0 0.15 0.49
HSL 155º 0.23% 0.42% -
HSV(B) 155º 0.37% 0.51% -
XYZ 14.28 18.88 17.64 -
YUV 113.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 82 130 110 0.37 0 0.15 0.49 155 0.23 0.42
Hex 52 82 6E 25 0 F 31 9B 17 2A
Octal 122 202 156 45 0 17 61 233 27 52
Binary 1010010 10000010 1101110 100101 0 1111 110001 10011011 10111 101010

Color Harmonies of #52826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52826E

Black with #52826E

Text Example


Text Example

White with #52826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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