Html Css Color HEX #534492 Blue Gem

📋 copy color: '#534492'

red 83 ◦ green 68 ◦ blue 146

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

Shades of Blue Gem #534492

Tints of Blue Gem #534492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 27.95%
G = 22.9%
B = 49.16%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#534492 (or 0x534492) is known color: Blue Gem. HEX triplet: 53, 44 and 92. RGB value is (83,68,146). Sum of RGB (Red+Green+Blue) = 83+68+146=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #534492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534492 is #ACBB6D. Grayscale: #515151. Windows color (decimal): -11320174 or 9585747. OLE color: 9585747.

HSL color Cylindrical-coordinate representation of color #534492: hue angle of 251.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #534492 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 68 146 -
CMYK 0.43 0.53 0 0.43
HSL 251.54º 0.36% 0.42% -
HSV(B) 251.54º 0.53% 0.57% -
XYZ 10.82 8.05 28.18 -
YUV 81.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 83 68 146 0.43 0.53 0 0.43 251.54 0.36 0.42
Hex 53 44 92 2B 35 0 2B FC 24 2A
Octal 123 104 222 53 65 0 53 374 44 52
Binary 1010011 1000100 10010010 101011 110101 0 101011 11111100 100100 101010

Color Harmonies of #534492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534492

Black with #534492

Text Example


Text Example

White with #534492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534492; }

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

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

background-color css

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

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

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

border-color css

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

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

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