Html Css Color HEX #534692 Blue Gem

📋 copy color: '#534692'

red 83 ◦ green 70 ◦ blue 146

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

Shades of Blue Gem #534692

Tints of Blue Gem #534692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

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

R = 27.76%
G = 23.41%
B = 48.83%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#534692 (or 0x534692) is known color: Blue Gem. HEX triplet: 53, 46 and 92. RGB value is (83,70,146). Sum of RGB (Red+Green+Blue) = 83+70+146=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #534692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534692 is #ACB96D. Grayscale: #525252. Windows color (decimal): -11319662 or 9586259. OLE color: 9586259.

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

Color convert

RGB 83 70 146 -
CMYK 0.43 0.52 0 0.43
HSL 250.26º 0.35% 0.42% -
HSV(B) 250.26º 0.52% 0.57% -
XYZ 10.95 8.29 28.22 -
YUV 82.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 83 70 146 0.43 0.52 0 0.43 250.26 0.35 0.42
Hex 53 46 92 2B 34 0 2B FA 23 2A
Octal 123 106 222 53 64 0 53 372 43 52
Binary 1010011 1000110 10010010 101011 110100 0 101011 11111010 100011 101010

Color Harmonies of #534692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534692

Black with #534692

Text Example


Text Example

White with #534692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534692; }

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

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

background-color css

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

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

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

border-color css

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

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

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