Html Css Color HEX #5B6EDD Royal Blue

📋 copy color: '#5B6EDD'

red 91 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #5B6EDD

Tints of Royal Blue #5B6EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.37%

R = 21.56%
G = 26.07%
B = 52.37%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B6EDD (or 0x5B6EDD) is known color: Royal Blue. HEX triplet: 5B, 6E and DD. RGB value is (91,110,221). Sum of RGB (Red+Green+Blue) = 91+110+221=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6EDD is #A49122. Grayscale: #747474. Windows color (decimal): -10785059 or 14511707. OLE color: 14511707.

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

Color convert

RGB 91 110 221 -
CMYK 0.59 0.50 0 0.13
HSL 231.23º 0.66% 0.61% -
HSV(B) 231.23º 0.59% 0.87% -
XYZ 22.94 18.6 70.79 -
YUV 116.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 91 110 221 0.59 0.50 0 0.13 231.23 0.66 0.61
Hex 5B 6E DD 3B 32 0 D E7 42 3D
Octal 133 156 335 73 62 0 15 347 102 75
Binary 1011011 1101110 11011101 111011 110010 0 1101 11100111 1000010 111101

Color Harmonies of #5B6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6EDD

Black with #5B6EDD

Text Example


Text Example

White with #5B6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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