Html Css Color HEX #5560DB Royal Blue

📋 copy color: '#5560DB'

red 85 ◦ green 96 ◦ blue 219

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

Shades of Royal Blue #5560DB

Tints of Royal Blue #5560DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 21.25%
G = 24%
B = 54.75%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5560DB (or 0x5560DB) is known color: Royal Blue. HEX triplet: 55, 60 and DB. RGB value is (85,96,219). Sum of RGB (Red+Green+Blue) = 85+96+219=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #5560DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5560DB is #AA9F24. Grayscale: #6A6A6A. Windows color (decimal): -11181861 or 14377045. OLE color: 14377045.

HSL color Cylindrical-coordinate representation of color #5560DB: hue angle of 235.07º degrees, saturation: 0.65, 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 #5560DB is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 96 219 -
CMYK 0.61 0.56 0 0.14
HSL 235.07º 0.65% 0.6% -
HSV(B) 235.07º 0.61% 0.86% -
XYZ 20.72 15.41 68.9 -
YUV 106.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 85 96 219 0.61 0.56 0 0.14 235.07 0.65 0.6
Hex 55 60 DB 3D 38 0 E EB 41 3C
Octal 125 140 333 75 70 0 16 353 101 74
Binary 1010101 1100000 11011011 111101 111000 0 1110 11101011 1000001 111100

Color Harmonies of #5560DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5560DB

Black with #5560DB

Text Example


Text Example

White with #5560DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5560DB; }

 p { color: rgb(85,96,219); }

 H1.HeaderClassName
 {
   color: #5560DB;
 }
 .AnyTagClassName
 {
   color: #5560DB;
 }
</style>

background-color css

<style>
 a { background-color: #5560DB; }

 a { background-color: rgb(85,96,219); }

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

border-color css

<style>
 span { border-color: #5560DB; }

 span { border-color: rgb(85,96,219); }

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