Html Css Color HEX #52236F Blue Diamond

📋 copy color: '#52236F'

red 82 ◦ green 35 ◦ blue 111

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

Shades of Blue Diamond #52236F

Tints of Blue Diamond #52236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

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

R = 35.96%
G = 15.35%
B = 48.68%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52236F (or 0x52236F) is known color: Blue Diamond. HEX triplet: 52, 23 and 6F. RGB value is (82,35,111). Sum of RGB (Red+Green+Blue) = 82+35+111=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #52236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52236F is #ADDC90. Grayscale: #393939. Windows color (decimal): -11394193 or 7283538. OLE color: 7283538.

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

Color convert

RGB 82 35 111 -
CMYK 0.26 0.68 0 0.56
HSL 277.11º 0.52% 0.29% -
HSV(B) 277.11º 0.68% 0.44% -
XYZ 6.95 4.14 15.47 -
YUV 57.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 82 35 111 0.26 0.68 0 0.56 277.11 0.52 0.29
Hex 52 23 6F 1A 44 0 38 115 34 1D
Octal 122 43 157 32 104 0 70 425 64 35
Binary 1010010 100011 1101111 11010 1000100 0 111000 100010101 110100 11101

Color Harmonies of #52236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52236F

Black with #52236F

Text Example


Text Example

White with #52236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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