Html Css Color HEX #5B6EDC Royal Blue

📋 copy color: '#5B6EDC'

red 91 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #5B6EDC

Tints of Royal Blue #5B6EDC

RGB

 RED value IS 91 (35.94% from 255) = 21.62%

 GREEN value IS 110 (43.36% from 255) = 26.13%

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 21.62%
G = 26.13%
B = 52.26%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B6EDC (or 0x5B6EDC) is known color: Royal Blue. HEX triplet: 5B, 6E and DC. RGB value is (91,110,220). Sum of RGB (Red+Green+Blue) = 91+110+220=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B6EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6EDC is #A49123. Grayscale: #747474. Windows color (decimal): -10785060 or 14446171. OLE color: 14446171.

HSL color Cylindrical-coordinate representation of color #5B6EDC: hue angle of 231.16º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B6EDC is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 110 220 -
CMYK 0.59 0.50 0 0.14
HSL 231.16º 0.65% 0.61% -
HSV(B) 231.16º 0.59% 0.86% -
XYZ 22.81 18.54 70.09 -
YUV 116.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 91 110 220 0.59 0.50 0 0.14 231.16 0.65 0.61
Hex 5B 6E DC 3B 32 0 E E7 41 3D
Octal 133 156 334 73 62 0 16 347 101 75
Binary 1011011 1101110 11011100 111011 110010 0 1110 11100111 1000001 111101

Color Harmonies of #5B6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6EDC

Black with #5B6EDC

Text Example


Text Example

White with #5B6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B6EDC; }

 p { color: rgb(91,110,220); }

 H1.HeaderClassName
 {
   color: #5B6EDC;
 }
 .AnyTagClassName
 {
   color: #5B6EDC;
 }
</style>

background-color css

<style>
 a { background-color: #5B6EDC; }

 a { background-color: rgb(91,110,220); }

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

border-color css

<style>
 span { border-color: #5B6EDC; }

 span { border-color: rgb(91,110,220); }

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