Html Css Color HEX #52386E Blue Diamond

📋 copy color: '#52386E'

red 82 ◦ green 56 ◦ blue 110

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

Shades of Blue Diamond #52386E

Tints of Blue Diamond #52386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.35%

R = 33.06%
G = 22.58%
B = 44.35%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52386E (or 0x52386E) is known color: Blue Diamond. HEX triplet: 52, 38 and 6E. RGB value is (82,56,110). Sum of RGB (Red+Green+Blue) = 82+56+110=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #52386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52386E is #ADC791. Grayscale: #454545. Windows color (decimal): -11388818 or 7223378. OLE color: 7223378.

HSL color Cylindrical-coordinate representation of color #52386E: hue angle of 268.89º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52386E is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 56 110 -
CMYK 0.25 0.49 0 0.57
HSL 268.89º 0.33% 0.33% -
HSV(B) 268.89º 0.49% 0.43% -
XYZ 7.71 5.75 15.46 -
YUV 69.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 82 56 110 0.25 0.49 0 0.57 268.89 0.33 0.33
Hex 52 38 6E 19 31 0 39 10D 21 21
Octal 122 70 156 31 61 0 71 415 41 41
Binary 1010010 111000 1101110 11001 110001 0 111001 100001101 100001 100001

Color Harmonies of #52386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52386E

Black with #52386E

Text Example


Text Example

White with #52386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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