Html Css Color HEX #52826F Cutty Sark

📋 copy color: '#52826F'

red 82 ◦ green 130 ◦ blue 111

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

Shades of Cutty Sark #52826F

Tints of Cutty Sark #52826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 25.39%
G = 40.25%
B = 34.37%

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

#52826F (or 0x52826F) is known color: Cutty Sark. HEX triplet: 52, 82 and 6F. RGB value is (82,130,111). Sum of RGB (Red+Green+Blue) = 82+130+111=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #52826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52826F is #AD7D90. Grayscale: #717171. Windows color (decimal): -11369873 or 7307858. OLE color: 7307858.

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

Color convert

RGB 82 130 111 -
CMYK 0.37 0 0.15 0.49
HSL 156.25º 0.23% 0.42% -
HSV(B) 156.25º 0.37% 0.51% -
XYZ 14.33 18.91 17.93 -
YUV 113.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 82 130 111 0.37 0 0.15 0.49 156.25 0.23 0.42
Hex 52 82 6F 25 0 F 31 9C 17 2A
Octal 122 202 157 45 0 17 61 234 27 52
Binary 1010010 10000010 1101111 100101 0 1111 110001 10011100 10111 101010

Color Harmonies of #52826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52826F

Black with #52826F

Text Example


Text Example

White with #52826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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