Html Css Color HEX #53449A Blue Gem

📋 copy color: '#53449A'

red 83 ◦ green 68 ◦ blue 154

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

Shades of Blue Gem #53449A

Tints of Blue Gem #53449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.49%

R = 27.21%
G = 22.3%
B = 50.49%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53449A (or 0x53449A) is known color: Blue Gem. HEX triplet: 53, 44 and 9A. RGB value is (83,68,154). Sum of RGB (Red+Green+Blue) = 83+68+154=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #53449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53449A is #ACBB65. Grayscale: #515151. Windows color (decimal): -11320166 or 10110035. OLE color: 10110035.

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

Color convert

RGB 83 68 154 -
CMYK 0.46 0.56 0 0.40
HSL 250.47º 0.39% 0.44% -
HSV(B) 250.47º 0.56% 0.6% -
XYZ 11.47 8.31 31.57 -
YUV 82.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 83 68 154 0.46 0.56 0 0.40 250.47 0.39 0.44
Hex 53 44 9A 2E 38 0 28 FA 27 2C
Octal 123 104 232 56 70 0 50 372 47 54
Binary 1010011 1000100 10011010 101110 111000 0 101000 11111010 100111 101100

Color Harmonies of #53449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53449A

Black with #53449A

Text Example


Text Example

White with #53449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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