Html Css Color HEX #53286F Blue Diamond

📋 copy color: '#53286F'

red 83 ◦ green 40 ◦ blue 111

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

Shades of Blue Diamond #53286F

Tints of Blue Diamond #53286F

RGB

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

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

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

R = 35.47%
G = 17.09%
B = 47.44%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53286F (or 0x53286F) is known color: Blue Diamond. HEX triplet: 53, 28 and 6F. RGB value is (83,40,111). Sum of RGB (Red+Green+Blue) = 83+40+111=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #53286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53286F is #ACD790. Grayscale: #3C3C3C. Windows color (decimal): -11327377 or 7284819. OLE color: 7284819.

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

Color convert

RGB 83 40 111 -
CMYK 0.25 0.64 0 0.56
HSL 276.34º 0.47% 0.3% -
HSV(B) 276.34º 0.64% 0.44% -
XYZ 7.2 4.5 15.53 -
YUV 60.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 83 40 111 0.25 0.64 0 0.56 276.34 0.47 0.3
Hex 53 28 6F 19 40 0 38 114 2F 1E
Octal 123 50 157 31 100 0 70 424 57 36
Binary 1010011 101000 1101111 11001 1000000 0 111000 100010100 101111 11110

Color Harmonies of #53286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53286F

Black with #53286F

Text Example


Text Example

White with #53286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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