Html Css Color HEX #52257E Blue Diamond

📋 copy color: '#52257E'

red 82 ◦ green 37 ◦ blue 126

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

Shades of Blue Diamond #52257E

Tints of Blue Diamond #52257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.43%

R = 33.47%
G = 15.1%
B = 51.43%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52257E (or 0x52257E) is known color: Blue Diamond. HEX triplet: 52, 25 and 7E. RGB value is (82,37,126). Sum of RGB (Red+Green+Blue) = 82+37+126=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #52257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52257E is #ADDA81. Grayscale: #3C3C3C. Windows color (decimal): -11393666 or 8267090. OLE color: 8267090.

HSL color Cylindrical-coordinate representation of color #52257E: hue angle of 270.34º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52257E is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 37 126 -
CMYK 0.35 0.71 0 0.51
HSL 270.34º 0.55% 0.32% -
HSV(B) 270.34º 0.71% 0.49% -
XYZ 7.91 4.62 20.21 -
YUV 60.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 82 37 126 0.35 0.71 0 0.51 270.34 0.55 0.32
Hex 52 25 7E 23 47 0 33 10E 37 20
Octal 122 45 176 43 107 0 63 416 67 40
Binary 1010010 100101 1111110 100011 1000111 0 110011 100001110 110111 100000

Color Harmonies of #52257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52257E

Black with #52257E

Text Example


Text Example

White with #52257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52257E; }

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

 H1.HeaderClassName
 {
   color: #52257E;
 }
 .AnyTagClassName
 {
   color: #52257E;
 }
</style>

background-color css

<style>
 a { background-color: #52257E; }

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

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

border-color css

<style>
 span { border-color: #52257E; }

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

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