Html Css Color HEX #504398 Blue Gem

📋 copy color: '#504398'

red 80 ◦ green 67 ◦ blue 152

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

Shades of Blue Gem #504398

Tints of Blue Gem #504398

RGB

 RED value IS 80 (31.64% from 255) = 26.76%

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 26.76%
G = 22.41%
B = 50.84%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#504398 (or 0x504398) is known color: Blue Gem. HEX triplet: 50, 43 and 98. RGB value is (80,67,152). Sum of RGB (Red+Green+Blue) = 80+67+152=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 67 (26.56% from 255 or 22.41% 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 #504398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504398 is #AFBC67. Grayscale: #505050. Windows color (decimal): -11517032 or 9978704. OLE color: 9978704.

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

Color convert

RGB 80 67 152 -
CMYK 0.47 0.56 0 0.40
HSL 249.18º 0.39% 0.43% -
HSV(B) 249.18º 0.56% 0.6% -
XYZ 10.98 7.99 30.67 -
YUV 80.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 80 67 152 0.47 0.56 0 0.40 249.18 0.39 0.43
Hex 50 43 98 2F 38 0 28 F9 27 2B
Octal 120 103 230 57 70 0 50 371 47 53
Binary 1010000 1000011 10011000 101111 111000 0 101000 11111001 100111 101011

Color Harmonies of #504398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504398

Black with #504398

Text Example


Text Example

White with #504398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504398; }

 p { color: rgb(80,67,152); }

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

background-color css

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

 a { background-color: rgb(80,67,152); }

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

border-color css

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

 span { border-color: rgb(80,67,152); }

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