Html Css Color HEX #53376F Blue Diamond

📋 copy color: '#53376F'

red 83 ◦ green 55 ◦ blue 111

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

Shades of Blue Diamond #53376F

Tints of Blue Diamond #53376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.58%

R = 33.33%
G = 22.09%
B = 44.58%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53376F (or 0x53376F) is known color: Blue Diamond. HEX triplet: 53, 37 and 6F. RGB value is (83,55,111). Sum of RGB (Red+Green+Blue) = 83+55+111=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #53376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53376F is #ACC890. Grayscale: #454545. Windows color (decimal): -11323537 or 7288659. OLE color: 7288659.

HSL color Cylindrical-coordinate representation of color #53376F: hue angle of 270º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53376F is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 55 111 -
CMYK 0.25 0.50 0 0.56
HSL 270º 0.34% 0.33% -
HSV(B) 270º 0.5% 0.44% -
XYZ 7.8 5.72 15.73 -
YUV 69.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 83 55 111 0.25 0.50 0 0.56 270 0.34 0.33
Hex 53 37 6F 19 32 0 38 10E 22 21
Octal 123 67 157 31 62 0 70 416 42 41
Binary 1010011 110111 1101111 11001 110010 0 111000 100001110 100010 100001

Color Harmonies of #53376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53376F

Black with #53376F

Text Example


Text Example

White with #53376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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