Html Css Color HEX #5562DB Royal Blue

📋 copy color: '#5562DB'

red 85 ◦ green 98 ◦ blue 219

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

Shades of Royal Blue #5562DB

Tints of Royal Blue #5562DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.38%

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

R = 21.14%
G = 24.38%
B = 54.48%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5562DB (or 0x5562DB) is known color: Royal Blue. HEX triplet: 55, 62 and DB. RGB value is (85,98,219). Sum of RGB (Red+Green+Blue) = 85+98+219=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #5562DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5562DB is #AA9D24. Grayscale: #6B6B6B. Windows color (decimal): -11181349 or 14377557. OLE color: 14377557.

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

Color convert

RGB 85 98 219 -
CMYK 0.61 0.55 0 0.14
HSL 234.18º 0.65% 0.6% -
HSV(B) 234.18º 0.61% 0.86% -
XYZ 20.9 15.78 68.96 -
YUV 107.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 85 98 219 0.61 0.55 0 0.14 234.18 0.65 0.6
Hex 55 62 DB 3D 37 0 E EA 41 3C
Octal 125 142 333 75 67 0 16 352 101 74
Binary 1010101 1100010 11011011 111101 110111 0 1110 11101010 1000001 111100

Color Harmonies of #5562DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5562DB

Black with #5562DB

Text Example


Text Example

White with #5562DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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