Html Css Color HEX #5B6DDC Royal Blue

📋 copy color: '#5B6DDC'

red 91 ◦ green 109 ◦ blue 220

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

Shades of Royal Blue #5B6DDC

Tints of Royal Blue #5B6DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.95%

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

R = 21.67%
G = 25.95%
B = 52.38%

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

#5B6DDC (or 0x5B6DDC) is known color: Royal Blue. HEX triplet: 5B, 6D and DC. RGB value is (91,109,220). Sum of RGB (Red+Green+Blue) = 91+109+220=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6DDC is #A49223. Grayscale: #737373. Windows color (decimal): -10785316 or 14445915. OLE color: 14445915.

HSL color Cylindrical-coordinate representation of color #5B6DDC: hue angle of 231.63º 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 #5B6DDC is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 109 220 -
CMYK 0.59 0.50 0 0.14
HSL 231.63º 0.65% 0.61% -
HSV(B) 231.63º 0.59% 0.86% -
XYZ 22.7 18.33 70.05 -
YUV 116.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 91 109 220 0.59 0.50 0 0.14 231.63 0.65 0.61
Hex 5B 6D DC 3B 32 0 E E8 41 3D
Octal 133 155 334 73 62 0 16 350 101 75
Binary 1011011 1101101 11011100 111011 110010 0 1110 11101000 1000001 111101

Color Harmonies of #5B6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6DDC

Black with #5B6DDC

Text Example


Text Example

White with #5B6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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