Html Css Color HEX #53237B Blue Diamond

📋 copy color: '#53237B'

red 83 ◦ green 35 ◦ blue 123

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

Shades of Blue Diamond #53237B

Tints of Blue Diamond #53237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.04%

R = 34.44%
G = 14.52%
B = 51.04%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53237B (or 0x53237B) is known color: Blue Diamond. HEX triplet: 53, 23 and 7B. RGB value is (83,35,123). Sum of RGB (Red+Green+Blue) = 83+35+123=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #53237B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53237B is #ACDC84. Grayscale: #3B3B3B. Windows color (decimal): -11328645 or 8069971. OLE color: 8069971.

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

Color convert

RGB 83 35 123 -
CMYK 0.33 0.72 0 0.52
HSL 272.73º 0.56% 0.31% -
HSV(B) 272.73º 0.72% 0.48% -
XYZ 7.74 4.47 19.19 -
YUV 59.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 83 35 123 0.33 0.72 0 0.52 272.73 0.56 0.31
Hex 53 23 7B 21 48 0 34 111 38 1F
Octal 123 43 173 41 110 0 64 421 70 37
Binary 1010011 100011 1111011 100001 1001000 0 110100 100010001 111000 11111

Color Harmonies of #53237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53237B

Black with #53237B

Text Example


Text Example

White with #53237B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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