Html Css Color HEX #5B6BEC Royal Blue

📋 copy color: '#5B6BEC'

red 91 ◦ green 107 ◦ blue 236

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

Shades of Royal Blue #5B6BEC

Tints of Royal Blue #5B6BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 20.97%
G = 24.65%
B = 54.38%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B6BEC (or 0x5B6BEC) is known color: Royal Blue. HEX triplet: 5B, 6B and EC. RGB value is (91,107,236). Sum of RGB (Red+Green+Blue) = 91+107+236=434 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.97% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B6BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6BEC is #A49413. Grayscale: #747474. Windows color (decimal): -10785812 or 15493979. OLE color: 15493979.

HSL color Cylindrical-coordinate representation of color #5B6BEC: hue angle of 233.38º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B6BEC is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 107 236 -
CMYK 0.61 0.55 0 0.07
HSL 233.38º 0.79% 0.64% -
HSV(B) 233.38º 0.61% 0.93% -
XYZ 24.71 18.8 81.68 -
YUV 116.92 195.2 109.51 -
System Red Green Blue C M Y K H S L
Decimal 91 107 236 0.61 0.55 0 0.07 233.38 0.79 0.64
Hex 5B 6B EC 3D 37 0 7 E9 4F 40
Octal 133 153 354 75 67 0 7 351 117 100
Binary 1011011 1101011 11101100 111101 110111 0 111 11101001 1001111 1000000

Color Harmonies of #5B6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6BEC

Black with #5B6BEC

Text Example


Text Example

White with #5B6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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