Html Css Color HEX #5667D7 Royal Blue

📋 copy color: '#5667D7'

red 86 ◦ green 103 ◦ blue 215

#5667D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5667D7

Tints of Royal Blue #5667D7

RGB

 RED value IS 86 (33.98% from 255) = 21.29%

 GREEN value IS 103 (40.63% from 255) = 25.5%

 BLUE value IS 215 (84.38% from 255) = 53.22%

R = 21.29%
G = 25.5%
B = 53.22%

CMYK

 C value IS 0.6

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5667D7 (or 0x5667D7) is known color: Royal Blue. HEX triplet: 56, 67 and D7. RGB value is (86,103,215). Sum of RGB (Red+Green+Blue) = 86+103+215=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #5667D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5667D7 is #A99828. Grayscale: #6E6E6E. Windows color (decimal): -11114537 or 14116694. OLE color: 14116694.

HSL color Cylindrical-coordinate representation of color #5667D7: hue angle of 232.09º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5667D7 is Cyan = 0.6, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 103 215 -
CMYK 0.6 0.52 0 0.16
HSL 232.09º 0.62% 0.59% -
HSV(B) 232.09º 0.6% 0.84% -
XYZ 20.95 16.59 66.39 -
YUV 110.69 186.87 110.39 -
System Red Green Blue C M Y K H S L
Decimal 86 103 215 0.6 0.52 0 0.16 232.09 0.62 0.59
Hex 56 67 D7 3C 34 0 10 E8 3E 3B
Octal 126 147 327 74 64 0 20 350 76 73
Binary 1010110 1100111 11010111 111100 110100 0 10000 11101000 111110 111011

Color Harmonies of #5667D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5667D7

Black with #5667D7

Text Example


Text Example

White with #5667D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5667D7;
 }
 .AnyTagClassName
 {
   color: #5667D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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