Html Css Color HEX #5666EF Royal Blue

📋 copy color: '#5666EF'

red 86 ◦ green 102 ◦ blue 239

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

Shades of Royal Blue #5666EF

Tints of Royal Blue #5666EF

RGB

 RED value IS 86 (33.98% from 255) = 20.14%

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

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

R = 20.14%
G = 23.89%
B = 55.97%

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

#5666EF (or 0x5666EF) is known color: Royal Blue. HEX triplet: 56, 66 and EF. RGB value is (86,102,239). Sum of RGB (Red+Green+Blue) = 86+102+239=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #5666EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5666EF is #A99910. Grayscale: #707070. Windows color (decimal): -11114769 or 15689302. OLE color: 15689302.

HSL color Cylindrical-coordinate representation of color #5666EF: hue angle of 233.73º 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 #5666EF is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 102 239 -
CMYK 0.64 0.57 0 0.06
HSL 233.73º 0.83% 0.64% -
HSV(B) 233.73º 0.64% 0.94% -
XYZ 24.17 17.71 83.81 -
YUV 112.83 199.2 108.86 -
System Red Green Blue C M Y K H S L
Decimal 86 102 239 0.64 0.57 0 0.06 233.73 0.83 0.64
Hex 56 66 EF 40 39 0 6 EA 53 40
Octal 126 146 357 100 71 0 6 352 123 100
Binary 1010110 1100110 11101111 1000000 111001 0 110 11101010 1010011 1000000

Color Harmonies of #5666EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5666EF

Black with #5666EF

Text Example


Text Example

White with #5666EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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