Html Css Color HEX #5B6CDC Royal Blue

📋 copy color: '#5B6CDC'

red 91 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #5B6CDC

Tints of Royal Blue #5B6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

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

R = 21.72%
G = 25.78%
B = 52.51%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B6CDC (or 0x5B6CDC) is known color: Royal Blue. HEX triplet: 5B, 6C and DC. RGB value is (91,108,220). Sum of RGB (Red+Green+Blue) = 91+108+220=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B6CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6CDC is #A49323. Grayscale: #737373. Windows color (decimal): -10785572 or 14445659. OLE color: 14445659.

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

Color convert

RGB 91 108 220 -
CMYK 0.59 0.51 0 0.14
HSL 232.09º 0.65% 0.61% -
HSV(B) 232.09º 0.59% 0.86% -
XYZ 22.6 18.12 70.02 -
YUV 115.69 186.87 110.39 -
System Red Green Blue C M Y K H S L
Decimal 91 108 220 0.59 0.51 0 0.14 232.09 0.65 0.61
Hex 5B 6C DC 3B 33 0 E E8 41 3D
Octal 133 154 334 73 63 0 16 350 101 75
Binary 1011011 1101100 11011100 111011 110011 0 1110 11101000 1000001 111101

Color Harmonies of #5B6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6CDC

Black with #5B6CDC

Text Example


Text Example

White with #5B6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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