Html Css Color HEX #5665EF Royal Blue

📋 copy color: '#5665EF'

red 86 ◦ green 101 ◦ blue 239

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

Shades of Royal Blue #5665EF

Tints of Royal Blue #5665EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

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

R = 20.19%
G = 23.71%
B = 56.1%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5665EF (or 0x5665EF) is known color: Royal Blue. HEX triplet: 56, 65 and EF. RGB value is (86,101,239). Sum of RGB (Red+Green+Blue) = 86+101+239=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 101 (39.84% from 255 or 23.71% 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 #5665EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5665EF is #A99A10. Grayscale: #6F6F6F. Windows color (decimal): -11115025 or 15689046. OLE color: 15689046.

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

Color convert

RGB 86 101 239 -
CMYK 0.64 0.58 0 0.06
HSL 234.12º 0.83% 0.64% -
HSV(B) 234.12º 0.64% 0.94% -
XYZ 24.07 17.52 83.77 -
YUV 112.25 199.53 109.28 -
System Red Green Blue C M Y K H S L
Decimal 86 101 239 0.64 0.58 0 0.06 234.12 0.83 0.64
Hex 56 65 EF 40 3A 0 6 EA 53 40
Octal 126 145 357 100 72 0 6 352 123 100
Binary 1010110 1100101 11101111 1000000 111010 0 110 11101010 1010011 1000000

Color Harmonies of #5665EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5665EF

Black with #5665EF

Text Example


Text Example

White with #5665EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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