Html Css Color HEX #52366C Blue Diamond

📋 copy color: '#52366C'

red 82 ◦ green 54 ◦ blue 108

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

Shades of Blue Diamond #52366C

Tints of Blue Diamond #52366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

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

R = 33.61%
G = 22.13%
B = 44.26%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52366C (or 0x52366C) is known color: Blue Diamond. HEX triplet: 52, 36 and 6C. RGB value is (82,54,108). Sum of RGB (Red+Green+Blue) = 82+54+108=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #52366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52366C is #ADC993. Grayscale: #444444. Windows color (decimal): -11389332 or 7091794. OLE color: 7091794.

HSL color Cylindrical-coordinate representation of color #52366C: hue angle of 271.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52366C is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 54 108 -
CMYK 0.24 0.50 0 0.58
HSL 271.11º 0.33% 0.32% -
HSV(B) 271.11º 0.5% 0.42% -
XYZ 7.51 5.51 14.86 -
YUV 68.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 82 54 108 0.24 0.50 0 0.58 271.11 0.33 0.32
Hex 52 36 6C 18 32 0 3A 10F 21 20
Octal 122 66 154 30 62 0 72 417 41 40
Binary 1010010 110110 1101100 11000 110010 0 111010 100001111 100001 100000

Color Harmonies of #52366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52366C

Black with #52366C

Text Example


Text Example

White with #52366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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