Html Css Color HEX #53236E Blue Diamond

📋 copy color: '#53236E'

red 83 ◦ green 35 ◦ blue 110

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

Shades of Blue Diamond #53236E

Tints of Blue Diamond #53236E

RGB

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

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

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

R = 36.4%
G = 15.35%
B = 48.25%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53236E (or 0x53236E) is known color: Blue Diamond. HEX triplet: 53, 23 and 6E. RGB value is (83,35,110). Sum of RGB (Red+Green+Blue) = 83+35+110=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #53236E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53236E is #ACDC91. Grayscale: #393939. Windows color (decimal): -11328658 or 7218003. OLE color: 7218003.

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

Color convert

RGB 83 35 110 -
CMYK 0.25 0.68 0 0.57
HSL 278.4º 0.52% 0.28% -
HSV(B) 278.4º 0.68% 0.43% -
XYZ 6.98 4.17 15.19 -
YUV 57.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 83 35 110 0.25 0.68 0 0.57 278.4 0.52 0.28
Hex 53 23 6E 19 44 0 39 116 34 1C
Octal 123 43 156 31 104 0 71 426 64 34
Binary 1010011 100011 1101110 11001 1000100 0 111001 100010110 110100 11100

Color Harmonies of #53236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53236E

Black with #53236E

Text Example


Text Example

White with #53236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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