Html Css Color HEX #53286B Blue Diamond

📋 copy color: '#53286B'

red 83 ◦ green 40 ◦ blue 107

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

Shades of Blue Diamond #53286B

Tints of Blue Diamond #53286B

RGB

 RED value IS 83 (32.81% from 255) = 36.09%

 GREEN value IS 40 (16.02% from 255) = 17.39%

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

R = 36.09%
G = 17.39%
B = 46.52%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53286B (or 0x53286B) is known color: Blue Diamond. HEX triplet: 53, 28 and 6B. RGB value is (83,40,107). Sum of RGB (Red+Green+Blue) = 83+40+107=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #53286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53286B is #ACD794. Grayscale: #3C3C3C. Windows color (decimal): -11327381 or 7022675. OLE color: 7022675.

HSL color Cylindrical-coordinate representation of color #53286B: hue angle of 278.51º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53286B is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 40 107 -
CMYK 0.22 0.63 0 0.58
HSL 278.51º 0.46% 0.29% -
HSV(B) 278.51º 0.63% 0.42% -
XYZ 6.98 4.42 14.39 -
YUV 60.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 83 40 107 0.22 0.63 0 0.58 278.51 0.46 0.29
Hex 53 28 6B 16 3F 0 3A 117 2E 1D
Octal 123 50 153 26 77 0 72 427 56 35
Binary 1010011 101000 1101011 10110 111111 0 111010 100010111 101110 11101

Color Harmonies of #53286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53286B

Black with #53286B

Text Example


Text Example

White with #53286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,40,107); }

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

background-color css

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

 a { background-color: rgb(83,40,107); }

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

border-color css

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

 span { border-color: rgb(83,40,107); }

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