Html Css Color HEX #52336C Blue Diamond

📋 copy color: '#52336C'

red 82 ◦ green 51 ◦ blue 108

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

Shades of Blue Diamond #52336C

Tints of Blue Diamond #52336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 34.02%
G = 21.16%
B = 44.81%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52336C (or 0x52336C) is known color: Blue Diamond. HEX triplet: 52, 33 and 6C. RGB value is (82,51,108). Sum of RGB (Red+Green+Blue) = 82+51+108=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #52336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52336C is #ADCC93. Grayscale: #424242. Windows color (decimal): -11390100 or 7091026. OLE color: 7091026.

HSL color Cylindrical-coordinate representation of color #52336C: hue angle of 272.63º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52336C is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 51 108 -
CMYK 0.24 0.53 0 0.58
HSL 272.63º 0.36% 0.31% -
HSV(B) 272.63º 0.53% 0.42% -
XYZ 7.37 5.24 14.81 -
YUV 66.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 82 51 108 0.24 0.53 0 0.58 272.63 0.36 0.31
Hex 52 33 6C 18 35 0 3A 111 24 1F
Octal 122 63 154 30 65 0 72 421 44 37
Binary 1010010 110011 1101100 11000 110101 0 111010 100010001 100100 11111

Color Harmonies of #52336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52336C

Black with #52336C

Text Example


Text Example

White with #52336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52336C; }

 p { color: rgb(82,51,108); }

 H1.HeaderClassName
 {
   color: #52336C;
 }
 .AnyTagClassName
 {
   color: #52336C;
 }
</style>

background-color css

<style>
 a { background-color: #52336C; }

 a { background-color: rgb(82,51,108); }

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

border-color css

<style>
 span { border-color: #52336C; }

 span { border-color: rgb(82,51,108); }

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