Html Css Color HEX #52256F Blue Diamond

📋 copy color: '#52256F'

red 82 ◦ green 37 ◦ blue 111

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

Shades of Blue Diamond #52256F

Tints of Blue Diamond #52256F

RGB

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

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

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

R = 35.65%
G = 16.09%
B = 48.26%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52256F (or 0x52256F) is known color: Blue Diamond. HEX triplet: 52, 25 and 6F. RGB value is (82,37,111). Sum of RGB (Red+Green+Blue) = 82+37+111=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #52256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52256F is #ADDA90. Grayscale: #3A3A3A. Windows color (decimal): -11393681 or 7284050. OLE color: 7284050.

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

Color convert

RGB 82 37 111 -
CMYK 0.26 0.67 0 0.56
HSL 276.49º 0.5% 0.29% -
HSV(B) 276.49º 0.67% 0.44% -
XYZ 7.01 4.26 15.49 -
YUV 58.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 82 37 111 0.26 0.67 0 0.56 276.49 0.5 0.29
Hex 52 25 6F 1A 43 0 38 114 32 1D
Octal 122 45 157 32 103 0 70 424 62 35
Binary 1010010 100101 1101111 11010 1000011 0 111000 100010100 110010 11101

Color Harmonies of #52256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52256F

Black with #52256F

Text Example


Text Example

White with #52256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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