Html Css Color HEX #53449B Blue Gem

📋 copy color: '#53449B'

red 83 ◦ green 68 ◦ blue 155

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

Shades of Blue Gem #53449B

Tints of Blue Gem #53449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 27.12%
G = 22.22%
B = 50.65%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53449B (or 0x53449B) is known color: Blue Gem. HEX triplet: 53, 44 and 9B. RGB value is (83,68,155). Sum of RGB (Red+Green+Blue) = 83+68+155=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #53449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53449B is #ACBB64. Grayscale: #525252. Windows color (decimal): -11320165 or 10175571. OLE color: 10175571.

HSL color Cylindrical-coordinate representation of color #53449B: hue angle of 250.34º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53449B is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 68 155 -
CMYK 0.46 0.56 0 0.39
HSL 250.34º 0.39% 0.44% -
HSV(B) 250.34º 0.56% 0.61% -
XYZ 11.55 8.34 32.01 -
YUV 82.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 83 68 155 0.46 0.56 0 0.39 250.34 0.39 0.44
Hex 53 44 9B 2E 38 0 27 FA 27 2C
Octal 123 104 233 56 70 0 47 372 47 54
Binary 1010011 1000100 10011011 101110 111000 0 100111 11111010 100111 101100

Color Harmonies of #53449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53449B

Black with #53449B

Text Example


Text Example

White with #53449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53449B; }

 p { color: rgb(83,68,155); }

 H1.HeaderClassName
 {
   color: #53449B;
 }
 .AnyTagClassName
 {
   color: #53449B;
 }
</style>

background-color css

<style>
 a { background-color: #53449B; }

 a { background-color: rgb(83,68,155); }

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

border-color css

<style>
 span { border-color: #53449B; }

 span { border-color: rgb(83,68,155); }

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