Html Css Color HEX #52366F Blue Diamond

📋 copy color: '#52366F'

red 82 ◦ green 54 ◦ blue 111

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

Shades of Blue Diamond #52366F

Tints of Blue Diamond #52366F

RGB

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

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

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

R = 33.2%
G = 21.86%
B = 44.94%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52366F (or 0x52366F) is known color: Blue Diamond. HEX triplet: 52, 36 and 6F. RGB value is (82,54,111). Sum of RGB (Red+Green+Blue) = 82+54+111=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #52366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52366F is #ADC990. Grayscale: #444444. Windows color (decimal): -11389329 or 7288402. OLE color: 7288402.

HSL color Cylindrical-coordinate representation of color #52366F: hue angle of 269.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52366F is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 54 111 -
CMYK 0.26 0.51 0 0.56
HSL 269.47º 0.35% 0.32% -
HSV(B) 269.47º 0.51% 0.44% -
XYZ 7.67 5.58 15.71 -
YUV 68.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 82 54 111 0.26 0.51 0 0.56 269.47 0.35 0.32
Hex 52 36 6F 1A 33 0 38 10D 23 20
Octal 122 66 157 32 63 0 70 415 43 40
Binary 1010010 110110 1101111 11010 110011 0 111000 100001101 100011 100000

Color Harmonies of #52366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52366F

Black with #52366F

Text Example


Text Example

White with #52366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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