Html Css Color HEX #52386B Blue Diamond

📋 copy color: '#52386B'

red 82 ◦ green 56 ◦ blue 107

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

Shades of Blue Diamond #52386B

Tints of Blue Diamond #52386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

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

R = 33.47%
G = 22.86%
B = 43.67%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52386B (or 0x52386B) is known color: Blue Diamond. HEX triplet: 52, 38 and 6B. RGB value is (82,56,107). Sum of RGB (Red+Green+Blue) = 82+56+107=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #52386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52386B is #ADC794. Grayscale: #454545. Windows color (decimal): -11388821 or 7026770. OLE color: 7026770.

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

Color convert

RGB 82 56 107 -
CMYK 0.23 0.48 0 0.58
HSL 270.59º 0.31% 0.32% -
HSV(B) 270.59º 0.48% 0.42% -
XYZ 7.55 5.68 14.61 -
YUV 69.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 82 56 107 0.23 0.48 0 0.58 270.59 0.31 0.32
Hex 52 38 6B 17 30 0 3A 10F 1F 20
Octal 122 70 153 27 60 0 72 417 37 40
Binary 1010010 111000 1101011 10111 110000 0 111010 100001111 11111 100000

Color Harmonies of #52386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52386B

Black with #52386B

Text Example


Text Example

White with #52386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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