Html Css Color HEX #53236C Blue Diamond

📋 copy color: '#53236C'

red 83 ◦ green 35 ◦ blue 108

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

Shades of Blue Diamond #53236C

Tints of Blue Diamond #53236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 36.73%
G = 15.49%
B = 47.79%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53236C (or 0x53236C) is known color: Blue Diamond. HEX triplet: 53, 23 and 6C. RGB value is (83,35,108). Sum of RGB (Red+Green+Blue) = 83+35+108=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #53236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53236C is #ACDC93. Grayscale: #393939. Windows color (decimal): -11328660 or 7086931. OLE color: 7086931.

HSL color Cylindrical-coordinate representation of color #53236C: hue angle of 279.45º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53236C is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 35 108 -
CMYK 0.23 0.68 0 0.58
HSL 279.45º 0.51% 0.28% -
HSV(B) 279.45º 0.68% 0.42% -
XYZ 6.88 4.12 14.62 -
YUV 57.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 83 35 108 0.23 0.68 0 0.58 279.45 0.51 0.28
Hex 53 23 6C 17 44 0 3A 117 33 1C
Octal 123 43 154 27 104 0 72 427 63 34
Binary 1010011 100011 1101100 10111 1000100 0 111010 100010111 110011 11100

Color Harmonies of #53236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53236C

Black with #53236C

Text Example


Text Example

White with #53236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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