Html Css Color HEX #52386F Blue Diamond

📋 copy color: '#52386F'

red 82 ◦ green 56 ◦ blue 111

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

Shades of Blue Diamond #52386F

Tints of Blue Diamond #52386F

RGB

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

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

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

R = 32.93%
G = 22.49%
B = 44.58%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52386F (or 0x52386F) is known color: Blue Diamond. HEX triplet: 52, 38 and 6F. RGB value is (82,56,111). Sum of RGB (Red+Green+Blue) = 82+56+111=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #52386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52386F is #ADC790. Grayscale: #454545. Windows color (decimal): -11388817 or 7288914. OLE color: 7288914.

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

Color convert

RGB 82 56 111 -
CMYK 0.26 0.50 0 0.56
HSL 268.36º 0.33% 0.33% -
HSV(B) 268.36º 0.5% 0.44% -
XYZ 7.76 5.77 15.74 -
YUV 70.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 82 56 111 0.26 0.50 0 0.56 268.36 0.33 0.33
Hex 52 38 6F 1A 32 0 38 10C 21 21
Octal 122 70 157 32 62 0 70 414 41 41
Binary 1010010 111000 1101111 11010 110010 0 111000 100001100 100001 100001

Color Harmonies of #52386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52386F

Black with #52386F

Text Example


Text Example

White with #52386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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