Html Css Color HEX #5562DC Royal Blue

📋 copy color: '#5562DC'

red 85 ◦ green 98 ◦ blue 220

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

Shades of Royal Blue #5562DC

Tints of Royal Blue #5562DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 21.09%
G = 24.32%
B = 54.59%

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

#5562DC (or 0x5562DC) is known color: Royal Blue. HEX triplet: 55, 62 and DC. RGB value is (85,98,220). Sum of RGB (Red+Green+Blue) = 85+98+220=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #5562DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5562DC is #AA9D23. Grayscale: #6B6B6B. Windows color (decimal): -11181348 or 14443093. OLE color: 14443093.

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

Color convert

RGB 85 98 220 -
CMYK 0.61 0.55 0 0.14
HSL 234.22º 0.66% 0.6% -
HSV(B) 234.22º 0.61% 0.86% -
XYZ 21.03 15.83 69.66 -
YUV 108.02 191.19 111.58 -
System Red Green Blue C M Y K H S L
Decimal 85 98 220 0.61 0.55 0 0.14 234.22 0.66 0.6
Hex 55 62 DC 3D 37 0 E EA 42 3C
Octal 125 142 334 75 67 0 16 352 102 74
Binary 1010101 1100010 11011100 111101 110111 0 1110 11101010 1000010 111100

Color Harmonies of #5562DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5562DC

Black with #5562DC

Text Example


Text Example

White with #5562DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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