Html Css Color HEX #534592 Blue Gem

📋 copy color: '#534592'

red 83 ◦ green 69 ◦ blue 146

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

Shades of Blue Gem #534592

Tints of Blue Gem #534592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

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

R = 27.85%
G = 23.15%
B = 48.99%

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

#534592 (or 0x534592) is known color: Blue Gem. HEX triplet: 53, 45 and 92. RGB value is (83,69,146). Sum of RGB (Red+Green+Blue) = 83+69+146=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #534592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534592 is #ACBA6D. Grayscale: #515151. Windows color (decimal): -11319918 or 9586003. OLE color: 9586003.

HSL color Cylindrical-coordinate representation of color #534592: hue angle of 250.91º 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 #534592 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 69 146 -
CMYK 0.43 0.53 0 0.43
HSL 250.91º 0.36% 0.42% -
HSV(B) 250.91º 0.53% 0.57% -
XYZ 10.88 8.17 28.2 -
YUV 81.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 83 69 146 0.43 0.53 0 0.43 250.91 0.36 0.42
Hex 53 45 92 2B 35 0 2B FB 24 2A
Octal 123 105 222 53 65 0 53 373 44 52
Binary 1010011 1000101 10010010 101011 110101 0 101011 11111011 100100 101010

Color Harmonies of #534592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534592

Black with #534592

Text Example


Text Example

White with #534592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534592; }

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

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

background-color css

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

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

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

border-color css

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

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

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