#534FC1

Color #534FC1 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #534FC1

Tints of Rich Blue #534FC1

Color information

#534FC1 (or 0x534FC1) is unknown color: approx Rich Blue. HEX triplet: 53, 4F and C1. RGB value is (83,79,193). Sum of RGB (Red+Green+Blue) = 83+79+193=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #534FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FC1 is #ACB03E. Grayscale: #5C5C5C. Windows color (decimal): -11317311 or 12668755. OLE color: 12668755.

HSL color Cylindrical-coordinate representation of color #534FC1: hue angle of 242.11º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534FC1 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8379193-
CMYK0.570.5900.24
HSL242.11º47.9%53.33%-
HSV(B)242.11º59.07%75.69%-
XYZ15.9911.2851.79-
YUV93.19184.33120.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=23.38%
G=22.25%
B=54.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83791930.570.5900.24242.1147.953.33
Hex534FC1393B018f23035
Octal12311730171730303626065
Binary101001110011111100000111100111101101100011110010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534FC1; }

 p { color: rgb(83,79,193); }

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

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

 a { background-color: rgb(83,79,193); }

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

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

 span { border-color: rgb(83,79,193); }

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