Html Css Color HEX #52896D Cutty Sark

📋 copy color: '#52896D'

red 82 ◦ green 137 ◦ blue 109

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

Shades of Cutty Sark #52896D

Tints of Cutty Sark #52896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 25%
G = 41.77%
B = 33.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#52896D (or 0x52896D) is known color: Cutty Sark. HEX triplet: 52, 89 and 6D. RGB value is (82,137,109). Sum of RGB (Red+Green+Blue) = 82+137+109=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #52896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52896D is #AD7692. Grayscale: #757575. Windows color (decimal): -11368083 or 7178578. OLE color: 7178578.

HSL color Cylindrical-coordinate representation of color #52896D: hue angle of 149.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52896D is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 109 -
CMYK 0.40 0 0.20 0.46
HSL 149.45º 0.25% 0.43% -
HSV(B) 149.45º 0.4% 0.54% -
XYZ 15.19 20.79 17.68 -
YUV 117.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 82 137 109 0.40 0 0.20 0.46 149.45 0.25 0.43
Hex 52 89 6D 28 0 14 2E 95 19 2B
Octal 122 211 155 50 0 24 56 225 31 53
Binary 1010010 10001001 1101101 101000 0 10100 101110 10010101 11001 101011

Color Harmonies of #52896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52896D

Black with #52896D

Text Example


Text Example

White with #52896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52896D; }

 p { color: rgb(82,137,109); }

 H1.HeaderClassName
 {
   color: #52896D;
 }
 .AnyTagClassName
 {
   color: #52896D;
 }
</style>

background-color css

<style>
 a { background-color: #52896D; }

 a { background-color: rgb(82,137,109); }

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

border-color css

<style>
 span { border-color: #52896D; }

 span { border-color: rgb(82,137,109); }

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