#5134A4

Color #5134A4 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #5134A4

Tints of Blue Gem #5134A4

Color information

#5134A4 (or 0x5134A4) is unknown color: approx Blue Gem. HEX triplet: 51, 34 and A4. RGB value is (81,52,164). Sum of RGB (Red+Green+Blue) = 81+52+164=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #5134A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5134A4 is #AECB5B. Grayscale: #494949. Windows color (decimal): -11455324 or 10761297. OLE color: 10761297.

HSL color Cylindrical-coordinate representation of color #5134A4: hue angle of 255.54º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5134A4 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8152164-
CMYK0.510.6800.36
HSL255.54º51.85%42.35%-
HSV(B)255.54º68.29%64.31%-
XYZ11.326.8935.85-
YUV73.44179.11133.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 164 (64.45% from 255) = 55.22%
R=27.27%
G=17.51%
B=55.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81521640.510.6800.36255.5451.8542.35
Hex5134A43344024100342a
Octal12164244631040444006452
Binary10100011101001010010011001110001000100100100000000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5134A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5134A4; }

 p { color: rgb(81,52,164); }

 H1.HeaderClassName
 {
   color: #5134A4;
 }
 .AnyTagClassName
 {
   color: #5134A4;
 }
</style>
background-color css

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

 a { background-color: rgb(81,52,164); }

 div.DivClassName
 {
   background-color: #5134A4;
 }
 .BgClassName
 {
   background-color: #5134A4;
 }
</style>
border-color css

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

 span { border-color: rgb(81,52,164); }

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