Html Css Color HEX #534098 Blue Gem

📋 copy color: '#534098'

red 83 ◦ green 64 ◦ blue 152

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

Shades of Blue Gem #534098

Tints of Blue Gem #534098

RGB

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

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

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

R = 27.76%
G = 21.4%
B = 50.84%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#534098 (or 0x534098) is known color: Blue Gem. HEX triplet: 53, 40 and 98. RGB value is (83,64,152). Sum of RGB (Red+Green+Blue) = 83+64+152=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #534098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534098 is #ACBF67. Grayscale: #4F4F4F. Windows color (decimal): -11321192 or 9977939. OLE color: 9977939.

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

Color convert

RGB 83 64 152 -
CMYK 0.45 0.58 0 0.40
HSL 252.95º 0.41% 0.42% -
HSV(B) 252.95º 0.58% 0.6% -
XYZ 11.07 7.77 30.62 -
YUV 79.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 83 64 152 0.45 0.58 0 0.40 252.95 0.41 0.42
Hex 53 40 98 2D 3A 0 28 FD 29 2A
Octal 123 100 230 55 72 0 50 375 51 52
Binary 1010011 1000000 10011000 101101 111010 0 101000 11111101 101001 101010

Color Harmonies of #534098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534098

Black with #534098

Text Example


Text Example

White with #534098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534098; }

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

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

background-color css

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

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

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

border-color css

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

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

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