#5667DC

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

Shades of Royal Blue #5667DC

Tints of Royal Blue #5667DC

Color information

#5667DC (or 0x5667DC) is unknown color: approx Royal Blue. HEX triplet: 56, 67 and DC. RGB value is (86,103,220). Sum of RGB (Red+Green+Blue) = 86+103+220=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #5667DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5667DC is #A99823. Grayscale: #6E6E6E. Windows color (decimal): -11114532 or 14444374. OLE color: 14444374.

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

Color convert

RGB86103220-
CMYK0.610.5300.14
HSL232.39º65.69%60%-
HSV(B)232.39º60.91%86.27%-
XYZ21.6116.8569.82-
YUV111.26189.37109.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.03%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 220 (86.33% from 255) = 53.79%
R=21.03%
G=25.18%
B=53.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861032200.610.5300.14232.3965.6960
Hex5667DC3D350Ee8423c
Octal126147334756501635010274
Binary101011011001111101110011110111010101110111010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5667DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,103,220); }

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

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

 a { background-color: rgb(86,103,220); }

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

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

 span { border-color: rgb(86,103,220); }

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