Html Css Color HEX #52257B Blue Diamond

📋 copy color: '#52257B'

red 82 ◦ green 37 ◦ blue 123

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

Shades of Blue Diamond #52257B

Tints of Blue Diamond #52257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.83%

R = 33.88%
G = 15.29%
B = 50.83%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52257B (or 0x52257B) is known color: Blue Diamond. HEX triplet: 52, 25 and 7B. RGB value is (82,37,123). Sum of RGB (Red+Green+Blue) = 82+37+123=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #52257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52257B is #ADDA84. Grayscale: #3B3B3B. Windows color (decimal): -11393669 or 8070482. OLE color: 8070482.

HSL color Cylindrical-coordinate representation of color #52257B: hue angle of 271.4º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52257B is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 37 123 -
CMYK 0.33 0.70 0 0.52
HSL 271.4º 0.54% 0.31% -
HSV(B) 271.4º 0.7% 0.48% -
XYZ 7.72 4.55 19.21 -
YUV 60.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 82 37 123 0.33 0.70 0 0.52 271.4 0.54 0.31
Hex 52 25 7B 21 46 0 34 10F 36 1F
Octal 122 45 173 41 106 0 64 417 66 37
Binary 1010010 100101 1111011 100001 1000110 0 110100 100001111 110110 11111

Color Harmonies of #52257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52257B

Black with #52257B

Text Example


Text Example

White with #52257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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