Html Css Color HEX #53366E Blue Diamond

📋 copy color: '#53366E'

red 83 ◦ green 54 ◦ blue 110

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

Shades of Blue Diamond #53366E

Tints of Blue Diamond #53366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

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

R = 33.6%
G = 21.86%
B = 44.53%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53366E (or 0x53366E) is known color: Blue Diamond. HEX triplet: 53, 36 and 6E. RGB value is (83,54,110). Sum of RGB (Red+Green+Blue) = 83+54+110=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #53366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53366E is #ACC991. Grayscale: #444444. Windows color (decimal): -11323794 or 7222867. OLE color: 7222867.

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

Color convert

RGB 83 54 110 -
CMYK 0.25 0.51 0 0.57
HSL 271.07º 0.34% 0.32% -
HSV(B) 271.07º 0.51% 0.43% -
XYZ 7.7 5.6 15.43 -
YUV 69.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 83 54 110 0.25 0.51 0 0.57 271.07 0.34 0.32
Hex 53 36 6E 19 33 0 39 10F 22 20
Octal 123 66 156 31 63 0 71 417 42 40
Binary 1010011 110110 1101110 11001 110011 0 111001 100001111 100010 100000

Color Harmonies of #53366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53366E

Black with #53366E

Text Example


Text Example

White with #53366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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