Html Css Color HEX #52336B Blue Diamond

📋 copy color: '#52336B'

red 82 ◦ green 51 ◦ blue 107

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

Shades of Blue Diamond #52336B

Tints of Blue Diamond #52336B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 34.17%
G = 21.25%
B = 44.58%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52336B (or 0x52336B) is known color: Blue Diamond. HEX triplet: 52, 33 and 6B. RGB value is (82,51,107). Sum of RGB (Red+Green+Blue) = 82+51+107=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #52336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52336B is #ADCC94. Grayscale: #424242. Windows color (decimal): -11390101 or 7025490. OLE color: 7025490.

HSL color Cylindrical-coordinate representation of color #52336B: hue angle of 273.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52336B is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 51 107 -
CMYK 0.23 0.52 0 0.58
HSL 273.21º 0.35% 0.31% -
HSV(B) 273.21º 0.52% 0.42% -
XYZ 7.32 5.22 14.53 -
YUV 66.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 82 51 107 0.23 0.52 0 0.58 273.21 0.35 0.31
Hex 52 33 6B 17 34 0 3A 111 23 1F
Octal 122 63 153 27 64 0 72 421 43 37
Binary 1010010 110011 1101011 10111 110100 0 111010 100010001 100011 11111

Color Harmonies of #52336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52336B

Black with #52336B

Text Example


Text Example

White with #52336B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,51,107); }

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

background-color css

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

 a { background-color: rgb(82,51,107); }

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

border-color css

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

 span { border-color: rgb(82,51,107); }

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