#5769DC

Color #5769DC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5769DC

Tints of Royal Blue #5769DC

Color information

#5769DC (or 0x5769DC) is unknown color: approx Royal Blue. HEX triplet: 57, 69 and DC. RGB value is (87,105,220). Sum of RGB (Red+Green+Blue) = 87+105+220=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #5769DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769DC is #A89623. Grayscale: #707070. Windows color (decimal): -11048484 or 14444887. OLE color: 14444887.

HSL color Cylindrical-coordinate representation of color #5769DC: hue angle of 231.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5769DC is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB87105220-
CMYK0.600.5200.14
HSL231.88º65.52%60.2%-
HSV(B)231.88º60.45%86.27%-
XYZ21.917.369.89-
YUV112.73188.54109.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.12%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 220 (86.33% from 255) = 53.40%
R=21.12%
G=25.49%
B=53.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal871052200.600.5200.14231.8865.5260.2
Hex5769DC3C340Ee8423c
Octal127151334746401635010274
Binary101011111010011101110011110011010001110111010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5769DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5769DC; }

 p { color: rgb(87,105,220); }

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

<style>
 a { background-color: #5769DC; }

 a { background-color: rgb(87,105,220); }

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

<style>
 span { border-color: #5769DC; }

 span { border-color: rgb(87,105,220); }

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