Html Css Color HEX #5B6BDB Royal Blue

📋 copy color: '#5B6BDB'

red 91 ◦ green 107 ◦ blue 219

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

Shades of Royal Blue #5B6BDB

Tints of Royal Blue #5B6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.66%

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 21.82%
G = 25.66%
B = 52.52%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B6BDB (or 0x5B6BDB) is known color: Royal Blue. HEX triplet: 5B, 6B and DB. RGB value is (91,107,219). Sum of RGB (Red+Green+Blue) = 91+107+219=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B6BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6BDB is #A49424. Grayscale: #727272. Windows color (decimal): -10785829 or 14379867. OLE color: 14379867.

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

Color convert

RGB 91 107 219 -
CMYK 0.58 0.51 0 0.14
HSL 232.5º 0.64% 0.61% -
HSV(B) 232.5º 0.58% 0.86% -
XYZ 22.36 17.85 69.29 -
YUV 114.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 91 107 219 0.58 0.51 0 0.14 232.5 0.64 0.61
Hex 5B 6B DB 3A 33 0 E E8 40 3D
Octal 133 153 333 72 63 0 16 350 100 75
Binary 1011011 1101011 11011011 111010 110011 0 1110 11101000 1000000 111101

Color Harmonies of #5B6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6BDB

Black with #5B6BDB

Text Example


Text Example

White with #5B6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,107,219); }

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

background-color css

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

 a { background-color: rgb(91,107,219); }

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

border-color css

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

 span { border-color: rgb(91,107,219); }

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