Html Css Color HEX #53237E Blue Diamond

📋 copy color: '#53237E'

red 83 ◦ green 35 ◦ blue 126

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

Shades of Blue Diamond #53237E

Tints of Blue Diamond #53237E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.34%

 BLUE value IS 126 (49.61% from 255) = 51.64%

R = 34.02%
G = 14.34%
B = 51.64%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53237E (or 0x53237E) is known color: Blue Diamond. HEX triplet: 53, 23 and 7E. RGB value is (83,35,126). Sum of RGB (Red+Green+Blue) = 83+35+126=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #53237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53237E is #ACDC81. Grayscale: #3B3B3B. Windows color (decimal): -11328642 or 8266579. OLE color: 8266579.

HSL color Cylindrical-coordinate representation of color #53237E: hue angle of 271.65º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53237E is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 35 126 -
CMYK 0.34 0.72 0 0.51
HSL 271.65º 0.57% 0.32% -
HSV(B) 271.65º 0.72% 0.49% -
XYZ 7.93 4.55 20.2 -
YUV 59.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 83 35 126 0.34 0.72 0 0.51 271.65 0.57 0.32
Hex 53 23 7E 22 48 0 33 110 39 20
Octal 123 43 176 42 110 0 63 420 71 40
Binary 1010011 100011 1111110 100010 1001000 0 110011 100010000 111001 100000

Color Harmonies of #53237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53237E

Black with #53237E

Text Example


Text Example

White with #53237E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,35,126); }

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

background-color css

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

 a { background-color: rgb(83,35,126); }

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

border-color css

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

 span { border-color: rgb(83,35,126); }

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