Html Css Color HEX #53286E Blue Diamond

📋 copy color: '#53286E'

red 83 ◦ green 40 ◦ blue 110

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

Shades of Blue Diamond #53286E

Tints of Blue Diamond #53286E

RGB

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

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

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

R = 35.62%
G = 17.17%
B = 47.21%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53286E (or 0x53286E) is known color: Blue Diamond. HEX triplet: 53, 28 and 6E. RGB value is (83,40,110). Sum of RGB (Red+Green+Blue) = 83+40+110=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #53286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53286E is #ACD791. Grayscale: #3C3C3C. Windows color (decimal): -11327378 or 7219283. OLE color: 7219283.

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

Color convert

RGB 83 40 110 -
CMYK 0.25 0.64 0 0.57
HSL 276.86º 0.47% 0.29% -
HSV(B) 276.86º 0.64% 0.43% -
XYZ 7.14 4.48 15.24 -
YUV 60.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 83 40 110 0.25 0.64 0 0.57 276.86 0.47 0.29
Hex 53 28 6E 19 40 0 39 115 2F 1D
Octal 123 50 156 31 100 0 71 425 57 35
Binary 1010011 101000 1101110 11001 1000000 0 111001 100010101 101111 11101

Color Harmonies of #53286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53286E

Black with #53286E

Text Example


Text Example

White with #53286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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