Html Css Color HEX #565CE0 Royal Blue

📋 copy color: '#565CE0'

red 86 ◦ green 92 ◦ blue 224

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

Shades of Royal Blue #565CE0

Tints of Royal Blue #565CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 21.39%
G = 22.89%
B = 55.72%

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

#565CE0 (or 0x565CE0) is known color: Royal Blue. HEX triplet: 56, 5C and E0. RGB value is (86,92,224). Sum of RGB (Red+Green+Blue) = 86+92+224=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #565CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CE0 is #A9A31F. Grayscale: #686868. Windows color (decimal): -11117344 or 14703702. OLE color: 14703702.

HSL color Cylindrical-coordinate representation of color #565CE0: hue angle of 237.39º degrees, saturation: 0.69, 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 #565CE0 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 92 224 -
CMYK 0.62 0.59 0 0.12
HSL 237.39º 0.69% 0.61% -
HSV(B) 237.39º 0.62% 0.88% -
XYZ 21.12 15.01 72.31 -
YUV 105.25 195.01 114.27 -
System Red Green Blue C M Y K H S L
Decimal 86 92 224 0.62 0.59 0 0.12 237.39 0.69 0.61
Hex 56 5C E0 3E 3B 0 C ED 45 3D
Octal 126 134 340 76 73 0 14 355 105 75
Binary 1010110 1011100 11100000 111110 111011 0 1100 11101101 1000101 111101

Color Harmonies of #565CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CE0

Black with #565CE0

Text Example


Text Example

White with #565CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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