Html Css Color HEX #52256C Blue Diamond

📋 copy color: '#52256C'

red 82 ◦ green 37 ◦ blue 108

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

Shades of Blue Diamond #52256C

Tints of Blue Diamond #52256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 36.12%
G = 16.3%
B = 47.58%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52256C (or 0x52256C) is known color: Blue Diamond. HEX triplet: 52, 25 and 6C. RGB value is (82,37,108). Sum of RGB (Red+Green+Blue) = 82+37+108=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #52256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52256C is #ADDA93. Grayscale: #3A3A3A. Windows color (decimal): -11393684 or 7087442. OLE color: 7087442.

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

Color convert

RGB 82 37 108 -
CMYK 0.24 0.66 0 0.58
HSL 278.03º 0.49% 0.28% -
HSV(B) 278.03º 0.66% 0.42% -
XYZ 6.85 4.2 14.64 -
YUV 58.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 82 37 108 0.24 0.66 0 0.58 278.03 0.49 0.28
Hex 52 25 6C 18 42 0 3A 116 31 1C
Octal 122 45 154 30 102 0 72 426 61 34
Binary 1010010 100101 1101100 11000 1000010 0 111010 100010110 110001 11100

Color Harmonies of #52256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52256C

Black with #52256C

Text Example


Text Example

White with #52256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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