Html Css Color HEX #52386C Blue Diamond

📋 copy color: '#52386C'

red 82 ◦ green 56 ◦ blue 108

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

Shades of Blue Diamond #52386C

Tints of Blue Diamond #52386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 33.33%
G = 22.76%
B = 43.9%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52386C (or 0x52386C) is known color: Blue Diamond. HEX triplet: 52, 38 and 6C. RGB value is (82,56,108). Sum of RGB (Red+Green+Blue) = 82+56+108=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #52386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52386C is #ADC793. Grayscale: #454545. Windows color (decimal): -11388820 or 7092306. OLE color: 7092306.

HSL color Cylindrical-coordinate representation of color #52386C: hue angle of 270º degrees, saturation: 0.32, 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 #52386C is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 56 108 -
CMYK 0.24 0.48 0 0.58
HSL 270º 0.32% 0.32% -
HSV(B) 270º 0.48% 0.42% -
XYZ 7.6 5.7 14.89 -
YUV 69.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 82 56 108 0.24 0.48 0 0.58 270 0.32 0.32
Hex 52 38 6C 18 30 0 3A 10E 20 20
Octal 122 70 154 30 60 0 72 416 40 40
Binary 1010010 111000 1101100 11000 110000 0 111010 100001110 100000 100000

Color Harmonies of #52386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52386C

Black with #52386C

Text Example


Text Example

White with #52386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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