#5445CA

Color #5445CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5445CA

Tints of Slate Blue #5445CA

Color information

#5445CA (or 0x5445CA) is unknown color: approx Slate Blue. HEX triplet: 54, 45 and CA. RGB value is (84,69,202). Sum of RGB (Red+Green+Blue) = 84+69+202=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #5445CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5445CA is #ABBA35. Grayscale: #585858. Windows color (decimal): -11254326 or 13256020. OLE color: 13256020.

HSL color Cylindrical-coordinate representation of color #5445CA: hue angle of 246.77º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5445CA is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8469202-
CMYK0.580.6600.21
HSL246.77º55.65%53.14%-
HSV(B)246.77º65.84%79.22%-
XYZ16.4410.4157.02-
YUV88.65191.97124.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=23.66%
G=19.44%
B=56.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84692020.580.6600.21246.7755.6553.14
Hex5445CA3A42015f73835
Octal124105312721020253677065
Binary1010100100010111001010111010100001001010111110111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5445CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5445CA; }

 p { color: rgb(84,69,202); }

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

<style>
 a { background-color: #5445CA; }

 a { background-color: rgb(84,69,202); }

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

<style>
 span { border-color: #5445CA; }

 span { border-color: rgb(84,69,202); }

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