Html Css Color HEX #565CE1 Royal Blue

📋 copy color: '#565CE1'

red 86 ◦ green 92 ◦ blue 225

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

Shades of Royal Blue #565CE1

Tints of Royal Blue #565CE1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.83%

 BLUE value IS 225 (88.28% from 255) = 55.83%

R = 21.34%
G = 22.83%
B = 55.83%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#565CE1 (or 0x565CE1) is known color: Royal Blue. HEX triplet: 56, 5C and E1. RGB value is (86,92,225). Sum of RGB (Red+Green+Blue) = 86+92+225=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #565CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CE1 is #A9A31E. Grayscale: #686868. Windows color (decimal): -11117343 or 14769238. OLE color: 14769238.

HSL color Cylindrical-coordinate representation of color #565CE1: hue angle of 237.41º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #565CE1 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 92 225 -
CMYK 0.62 0.59 0 0.12
HSL 237.41º 0.7% 0.61% -
HSV(B) 237.41º 0.62% 0.88% -
XYZ 21.26 15.07 73.02 -
YUV 105.37 195.51 114.19 -
System Red Green Blue C M Y K H S L
Decimal 86 92 225 0.62 0.59 0 0.12 237.41 0.7 0.61
Hex 56 5C E1 3E 3B 0 C ED 46 3D
Octal 126 134 341 76 73 0 14 355 106 75
Binary 1010110 1011100 11100001 111110 111011 0 1100 11101101 1000110 111101

Color Harmonies of #565CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CE1

Black with #565CE1

Text Example


Text Example

White with #565CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,92,225); }

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

background-color css

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

 a { background-color: rgb(86,92,225); }

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

border-color css

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

 span { border-color: rgb(86,92,225); }

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