Html Css Color HEX #52356C Blue Diamond

📋 copy color: '#52356C'

red 82 ◦ green 53 ◦ blue 108

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

Shades of Blue Diamond #52356C

Tints of Blue Diamond #52356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 33.74%
G = 21.81%
B = 44.44%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52356C (or 0x52356C) is known color: Blue Diamond. HEX triplet: 52, 35 and 6C. RGB value is (82,53,108). Sum of RGB (Red+Green+Blue) = 82+53+108=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #52356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52356C is #ADCA93. Grayscale: #434343. Windows color (decimal): -11389588 or 7091538. OLE color: 7091538.

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

Color convert

RGB 82 53 108 -
CMYK 0.24 0.51 0 0.58
HSL 271.64º 0.34% 0.32% -
HSV(B) 271.64º 0.51% 0.42% -
XYZ 7.46 5.42 14.84 -
YUV 67.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 82 53 108 0.24 0.51 0 0.58 271.64 0.34 0.32
Hex 52 35 6C 18 33 0 3A 110 22 20
Octal 122 65 154 30 63 0 72 420 42 40
Binary 1010010 110101 1101100 11000 110011 0 111010 100010000 100010 100000

Color Harmonies of #52356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52356C

Black with #52356C

Text Example


Text Example

White with #52356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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