Html Css Color HEX #565EDE Royal Blue

📋 copy color: '#565EDE'

red 86 ◦ green 94 ◦ blue 222

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

Shades of Royal Blue #565EDE

Tints of Royal Blue #565EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 21.39%
G = 23.38%
B = 55.22%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#565EDE (or 0x565EDE) is known color: Royal Blue. HEX triplet: 56, 5E and DE. RGB value is (86,94,222). Sum of RGB (Red+Green+Blue) = 86+94+222=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #565EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EDE is #A9A121. Grayscale: #696969. Windows color (decimal): -11116834 or 14573142. OLE color: 14573142.

HSL color Cylindrical-coordinate representation of color #565EDE: hue angle of 236.47º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565EDE is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 94 222 -
CMYK 0.61 0.58 0 0.13
HSL 236.47º 0.67% 0.6% -
HSV(B) 236.47º 0.61% 0.87% -
XYZ 21.03 15.26 70.94 -
YUV 106.2 193.35 113.59 -
System Red Green Blue C M Y K H S L
Decimal 86 94 222 0.61 0.58 0 0.13 236.47 0.67 0.6
Hex 56 5E DE 3D 3A 0 D EC 43 3C
Octal 126 136 336 75 72 0 15 354 103 74
Binary 1010110 1011110 11011110 111101 111010 0 1101 11101100 1000011 111100

Color Harmonies of #565EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EDE

Black with #565EDE

Text Example


Text Example

White with #565EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565EDE; }

 p { color: rgb(86,94,222); }

 H1.HeaderClassName
 {
   color: #565EDE;
 }
 .AnyTagClassName
 {
   color: #565EDE;
 }
</style>

background-color css

<style>
 a { background-color: #565EDE; }

 a { background-color: rgb(86,94,222); }

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

border-color css

<style>
 span { border-color: #565EDE; }

 span { border-color: rgb(86,94,222); }

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