Html Css Color HEX #53237D Blue Diamond

📋 copy color: '#53237D'

red 83 ◦ green 35 ◦ blue 125

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

Shades of Blue Diamond #53237D

Tints of Blue Diamond #53237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.44%

R = 34.16%
G = 14.4%
B = 51.44%

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

#53237D (or 0x53237D) is known color: Blue Diamond. HEX triplet: 53, 23 and 7D. RGB value is (83,35,125). Sum of RGB (Red+Green+Blue) = 83+35+125=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #53237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53237D is #ACDC82. Grayscale: #3B3B3B. Windows color (decimal): -11328643 or 8201043. OLE color: 8201043.

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

Color convert

RGB 83 35 125 -
CMYK 0.34 0.72 0 0.51
HSL 272º 0.56% 0.31% -
HSV(B) 272º 0.72% 0.49% -
XYZ 7.87 4.52 19.86 -
YUV 59.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 83 35 125 0.34 0.72 0 0.51 272 0.56 0.31
Hex 53 23 7D 22 48 0 33 110 38 1F
Octal 123 43 175 42 110 0 63 420 70 37
Binary 1010011 100011 1111101 100010 1001000 0 110011 100010000 111000 11111

Color Harmonies of #53237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53237D

Black with #53237D

Text Example


Text Example

White with #53237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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