Html Css Color HEX #5567F0 Royal Blue

📋 copy color: '#5567F0'

red 85 ◦ green 103 ◦ blue 240

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

Shades of Royal Blue #5567F0

Tints of Royal Blue #5567F0

RGB

 RED value IS 85 (33.59% from 255) = 19.86%

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

 BLUE value IS 240 (94.14% from 255) = 56.07%

R = 19.86%
G = 24.07%
B = 56.07%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5567F0 (or 0x5567F0) is known color: Royal Blue. HEX triplet: 55, 67 and F0. RGB value is (85,103,240). Sum of RGB (Red+Green+Blue) = 85+103+240=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #5567F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5567F0 is #AA980F. Grayscale: #707070. Windows color (decimal): -11180048 or 15755093. OLE color: 15755093.

HSL color Cylindrical-coordinate representation of color #5567F0: hue angle of 233.03º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5567F0 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 103 240 -
CMYK 0.65 0.57 0 0.06
HSL 233.03º 0.84% 0.64% -
HSV(B) 233.03º 0.65% 0.94% -
XYZ 24.32 17.92 84.62 -
YUV 113.24 199.54 107.86 -
System Red Green Blue C M Y K H S L
Decimal 85 103 240 0.65 0.57 0 0.06 233.03 0.84 0.64
Hex 55 67 F0 41 39 0 6 E9 54 40
Octal 125 147 360 101 71 0 6 351 124 100
Binary 1010101 1100111 11110000 1000001 111001 0 110 11101001 1010100 1000000

Color Harmonies of #5567F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5567F0

Black with #5567F0

Text Example


Text Example

White with #5567F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5567F0; }

 p { color: rgb(85,103,240); }

 H1.HeaderClassName
 {
   color: #5567F0;
 }
 .AnyTagClassName
 {
   color: #5567F0;
 }
</style>

background-color css

<style>
 a { background-color: #5567F0; }

 a { background-color: rgb(85,103,240); }

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

border-color css

<style>
 span { border-color: #5567F0; }

 span { border-color: rgb(85,103,240); }

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