#534EBF

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

Shades of Rich Blue #534EBF

Tints of Rich Blue #534EBF

Color information

#534EBF (or 0x534EBF) is unknown color: approx Rich Blue. HEX triplet: 53, 4E and BF. RGB value is (83,78,191). Sum of RGB (Red+Green+Blue) = 83+78+191=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #534EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EBF is #ACB140. Grayscale: #5B5B5B. Windows color (decimal): -11317569 or 12537427. OLE color: 12537427.

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

Color convert

RGB8378191-
CMYK0.570.5900.25
HSL242.65º46.89%52.75%-
HSV(B)242.65º59.16%74.9%-
XYZ15.711.0550.6-
YUV92.38183.66121.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 191 (75% from 255) = 54.26%
R=23.58%
G=22.16%
B=54.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83781910.570.5900.25242.6546.8952.75
Hex534EBF393B019f32f35
Octal12311627771730313635765
Binary101001110011101011111111100111101101100111110011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,78,191); }

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

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

 a { background-color: rgb(83,78,191); }

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

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

 span { border-color: rgb(83,78,191); }

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