#5769D0

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

Shades of Royal Blue #5769D0

Tints of Royal Blue #5769D0

Color information

#5769D0 (or 0x5769D0) is unknown color: approx Royal Blue. HEX triplet: 57, 69 and D0. RGB value is (87,105,208). Sum of RGB (Red+Green+Blue) = 87+105+208=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #5769D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769D0 is #A8962F. Grayscale: #6E6E6E. Windows color (decimal): -11048496 or 13658455. OLE color: 13658455.

HSL color Cylindrical-coordinate representation of color #5769D0: hue angle of 231.07º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5769D0 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB87105208-
CMYK0.580.5000.18
HSL231.07º56.28%57.84%-
HSV(B)231.07º58.17%81.57%-
XYZ20.3716.6861.82-
YUV111.36182.54110.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.75%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 208 (81.64% from 255) = 52%
R=21.75%
G=26.25%
B=52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal871052080.580.5000.18231.0756.2857.84
Hex5769D03A32012e7383a
Octal12715132072620223477072
Binary101011111010011101000011101011001001001011100111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5769D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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