Html Css Color HEX #5B67DF Royal Blue

📋 copy color: '#5B67DF'

red 91 ◦ green 103 ◦ blue 223

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

Shades of Royal Blue #5B67DF

Tints of Royal Blue #5B67DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.7%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 21.82%
G = 24.7%
B = 53.48%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B67DF (or 0x5B67DF) is known color: Royal Blue. HEX triplet: 5B, 67 and DF. RGB value is (91,103,223). Sum of RGB (Red+Green+Blue) = 91+103+223=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B67DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B67DF is #A49820. Grayscale: #707070. Windows color (decimal): -10786849 or 14640987. OLE color: 14640987.

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

Color convert

RGB 91 103 223 -
CMYK 0.59 0.54 0 0.13
HSL 234.55º 0.67% 0.62% -
HSV(B) 234.55º 0.59% 0.87% -
XYZ 22.48 17.25 71.96 -
YUV 113.09 190.02 112.24 -
System Red Green Blue C M Y K H S L
Decimal 91 103 223 0.59 0.54 0 0.13 234.55 0.67 0.62
Hex 5B 67 DF 3B 36 0 D EB 43 3E
Octal 133 147 337 73 66 0 15 353 103 76
Binary 1011011 1100111 11011111 111011 110110 0 1101 11101011 1000011 111110

Color Harmonies of #5B67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B67DF

Black with #5B67DF

Text Example


Text Example

White with #5B67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,103,223); }

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

background-color css

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

 a { background-color: rgb(91,103,223); }

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

border-color css

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

 span { border-color: rgb(91,103,223); }

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