Html Css Color HEX #5562D6 Royal Blue

📋 copy color: '#5562D6'

red 85 ◦ green 98 ◦ blue 214

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

Shades of Royal Blue #5562D6

Tints of Royal Blue #5562D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.9%

R = 21.41%
G = 24.69%
B = 53.9%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5562D6 (or 0x5562D6) is known color: Royal Blue. HEX triplet: 55, 62 and D6. RGB value is (85,98,214). Sum of RGB (Red+Green+Blue) = 85+98+214=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #5562D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5562D6 is #AA9D29. Grayscale: #6A6A6A. Windows color (decimal): -11181354 or 14049877. OLE color: 14049877.

HSL color Cylindrical-coordinate representation of color #5562D6: hue angle of 233.95º degrees, saturation: 0.61, 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 #5562D6 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 98 214 -
CMYK 0.60 0.54 0 0.16
HSL 233.95º 0.61% 0.59% -
HSV(B) 233.95º 0.6% 0.84% -
XYZ 20.25 15.52 65.55 -
YUV 107.34 188.19 112.07 -
System Red Green Blue C M Y K H S L
Decimal 85 98 214 0.60 0.54 0 0.16 233.95 0.61 0.59
Hex 55 62 D6 3C 36 0 10 EA 3D 3B
Octal 125 142 326 74 66 0 20 352 75 73
Binary 1010101 1100010 11010110 111100 110110 0 10000 11101010 111101 111011

Color Harmonies of #5562D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5562D6

Black with #5562D6

Text Example


Text Example

White with #5562D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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