Html Css Color HEX #534092 Blue Gem

📋 copy color: '#534092'

red 83 ◦ green 64 ◦ blue 146

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

Shades of Blue Gem #534092

Tints of Blue Gem #534092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

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

R = 28.33%
G = 21.84%
B = 49.83%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#534092 (or 0x534092) is known color: Blue Gem. HEX triplet: 53, 40 and 92. RGB value is (83,64,146). Sum of RGB (Red+Green+Blue) = 83+64+146=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #534092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534092 is #ACBF6D. Grayscale: #4E4E4E. Windows color (decimal): -11321198 or 9584723. OLE color: 9584723.

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

Color convert

RGB 83 64 146 -
CMYK 0.43 0.56 0 0.43
HSL 253.9º 0.39% 0.41% -
HSV(B) 253.9º 0.56% 0.57% -
XYZ 10.59 7.58 28.1 -
YUV 79.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 83 64 146 0.43 0.56 0 0.43 253.9 0.39 0.41
Hex 53 40 92 2B 38 0 2B FE 27 29
Octal 123 100 222 53 70 0 53 376 47 51
Binary 1010011 1000000 10010010 101011 111000 0 101011 11111110 100111 101001

Color Harmonies of #534092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534092

Black with #534092

Text Example


Text Example

White with #534092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534092; }

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

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

background-color css

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

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

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

border-color css

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

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

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