#5254AB

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

Shades of Rich Blue #5254AB

Tints of Rich Blue #5254AB

Color information

#5254AB (or 0x5254AB) is unknown color: approx Rich Blue. HEX triplet: 52, 54 and AB. RGB value is (82,84,171). Sum of RGB (Red+Green+Blue) = 82+84+171=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #5254AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5254AB is #ADAB54. Grayscale: #5C5C5C. Windows color (decimal): -11381589 or 11228242. OLE color: 11228242.

HSL color Cylindrical-coordinate representation of color #5254AB: hue angle of 238.65º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5254AB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8284171-
CMYK0.520.5100.33
HSL238.65º35.18%49.61%-
HSV(B)238.65º52.05%67.06%-
XYZ1411.0739.93-
YUV93.32171.84119.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=24.33%
G=24.93%
B=50.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82841710.520.5100.33238.6535.1849.61
Hex5254AB3433021ef2332
Octal12212425364630413574362
Binary1010010101010010101011110100110011010000111101111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5254AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5254AB; }

 p { color: rgb(82,84,171); }

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

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

 a { background-color: rgb(82,84,171); }

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

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

 span { border-color: rgb(82,84,171); }

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