Html Css Color HEX #5566EF Royal Blue

📋 copy color: '#5566EF'

red 85 ◦ green 102 ◦ blue 239

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

Shades of Royal Blue #5566EF

Tints of Royal Blue #5566EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

 BLUE value IS 239 (93.75% from 255) = 56.1%

R = 19.95%
G = 23.94%
B = 56.1%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5566EF (or 0x5566EF) is known color: Royal Blue. HEX triplet: 55, 66 and EF. RGB value is (85,102,239). Sum of RGB (Red+Green+Blue) = 85+102+239=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #5566EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5566EF is #AA9910. Grayscale: #6F6F6F. Windows color (decimal): -11180305 or 15689301. OLE color: 15689301.

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

Color convert

RGB 85 102 239 -
CMYK 0.64 0.57 0 0.06
HSL 233.38º 0.83% 0.64% -
HSV(B) 233.38º 0.64% 0.94% -
XYZ 24.08 17.67 83.8 -
YUV 112.54 199.37 108.36 -
System Red Green Blue C M Y K H S L
Decimal 85 102 239 0.64 0.57 0 0.06 233.38 0.83 0.64
Hex 55 66 EF 40 39 0 6 E9 53 40
Octal 125 146 357 100 71 0 6 351 123 100
Binary 1010101 1100110 11101111 1000000 111001 0 110 11101001 1010011 1000000

Color Harmonies of #5566EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5566EF

Black with #5566EF

Text Example


Text Example

White with #5566EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5566EF; }

 p { color: rgb(85,102,239); }

 H1.HeaderClassName
 {
   color: #5566EF;
 }
 .AnyTagClassName
 {
   color: #5566EF;
 }
</style>

background-color css

<style>
 a { background-color: #5566EF; }

 a { background-color: rgb(85,102,239); }

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

border-color css

<style>
 span { border-color: #5566EF; }

 span { border-color: rgb(85,102,239); }

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