#533DA7

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

Shades of Blue Gem #533DA7

Tints of Blue Gem #533DA7

Color information

#533DA7 (or 0x533DA7) is unknown color: approx Blue Gem. HEX triplet: 53, 3D and A7. RGB value is (83,61,167). Sum of RGB (Red+Green+Blue) = 83+61+167=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 167 (65.62% from 255 or 53.70% from 311); Max value from RGB is 167 - color contains mainly: blue. Hex color #533DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533DA7 is #ACC258. Grayscale: #4F4F4F. Windows color (decimal): -11321945 or 10960211. OLE color: 10960211.

HSL color Cylindrical-coordinate representation of color #533DA7: hue angle of 252.45º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #533DA7 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8361167-
CMYK0.500.6300.35
HSL252.45º46.49%44.71%-
HSV(B)252.45º63.47%65.49%-
XYZ12.217.9737.45-
YUV79.66177.29130.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 167 (65.62% from 255) = 53.70%
R=26.69%
G=19.61%
B=53.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83611670.500.6300.35252.4546.4944.71
Hex533DA7323F023fc2e2d
Octal1237524762770433745655
Binary101001111110110100111110010111111010001111111100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533DA7; }

 p { color: rgb(83,61,167); }

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

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

 a { background-color: rgb(83,61,167); }

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

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

 span { border-color: rgb(83,61,167); }

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