#5B67EA

Color #5B67EA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5B67EA

Tints of Royal Blue #5B67EA

Color information

#5B67EA (or 0x5B67EA) is unknown color: approx Royal Blue. HEX triplet: 5B, 67 and EA. RGB value is (91,103,234). Sum of RGB (Red+Green+Blue) = 91+103+234=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B67EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B67EA is #A49815. Grayscale: #717171. Windows color (decimal): -10786838 or 15361883. OLE color: 15361883.

HSL color Cylindrical-coordinate representation of color #5B67EA: hue angle of 234.97º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B67EA is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB91103234-
CMYK0.610.5600.08
HSL234.97º77.3%63.73%-
HSV(B)234.97º61.11%91.76%-
XYZ24.0217.8780.02-
YUV114.35195.52111.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.26%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 234 (91.80% from 255) = 54.67%
R=21.26%
G=24.07%
B=54.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal911032340.610.5600.08234.9777.363.73
Hex5B67EA3D3808eb4d40
Octal1331473527570010353115100
Binary1011011110011111101010111101111000010001110101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B67EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B67EA;
 }
 .AnyTagClassName
 {
   color: #5B67EA;
 }
</style>
background-color css

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

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

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

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

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

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