Html Css Color HEX #534298 Blue Gem

📋 copy color: '#534298'

red 83 ◦ green 66 ◦ blue 152

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

Shades of Blue Gem #534298

Tints of Blue Gem #534298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 27.57%
G = 21.93%
B = 50.5%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#534298 (or 0x534298) is known color: Blue Gem. HEX triplet: 53, 42 and 98. RGB value is (83,66,152). Sum of RGB (Red+Green+Blue) = 83+66+152=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #534298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534298 is #ACBD67. Grayscale: #505050. Windows color (decimal): -11320680 or 9978451. OLE color: 9978451.

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

Color convert

RGB 83 66 152 -
CMYK 0.45 0.57 0 0.40
HSL 251.86º 0.39% 0.43% -
HSV(B) 251.86º 0.57% 0.6% -
XYZ 11.18 8 30.66 -
YUV 80.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 83 66 152 0.45 0.57 0 0.40 251.86 0.39 0.43
Hex 53 42 98 2D 39 0 28 FC 27 2B
Octal 123 102 230 55 71 0 50 374 47 53
Binary 1010011 1000010 10011000 101101 111001 0 101000 11111100 100111 101011

Color Harmonies of #534298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534298

Black with #534298

Text Example


Text Example

White with #534298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534298; }

 p { color: rgb(83,66,152); }

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

background-color css

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

 a { background-color: rgb(83,66,152); }

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

border-color css

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

 span { border-color: rgb(83,66,152); }

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