Html Css Color HEX #53376E Blue Diamond

📋 copy color: '#53376E'

red 83 ◦ green 55 ◦ blue 110

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

Shades of Blue Diamond #53376E

Tints of Blue Diamond #53376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 33.47%
G = 22.18%
B = 44.35%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53376E (or 0x53376E) is known color: Blue Diamond. HEX triplet: 53, 37 and 6E. RGB value is (83,55,110). Sum of RGB (Red+Green+Blue) = 83+55+110=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #53376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53376E is #ACC891. Grayscale: #454545. Windows color (decimal): -11323538 or 7223123. OLE color: 7223123.

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

Color convert

RGB 83 55 110 -
CMYK 0.25 0.5 0 0.57
HSL 270.55º 0.33% 0.32% -
HSV(B) 270.55º 0.5% 0.43% -
XYZ 7.75 5.7 15.44 -
YUV 69.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 83 55 110 0.25 0.5 0 0.57 270.55 0.33 0.32
Hex 53 37 6E 19 32 0 39 10F 21 20
Octal 123 67 156 31 62 0 71 417 41 40
Binary 1010011 110111 1101110 11001 110010 0 111001 100001111 100001 100000

Color Harmonies of #53376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53376E

Black with #53376E

Text Example


Text Example

White with #53376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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