#5775E3

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

Shades of Royal Blue #5775E3

Tints of Royal Blue #5775E3

Color information

#5775E3 (or 0x5775E3) is unknown color: approx Royal Blue. HEX triplet: 57, 75 and E3. RGB value is (87,117,227). Sum of RGB (Red+Green+Blue) = 87+117+227=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 227 (89.06% from 255 or 52.67% from 431); Max value from RGB is 227 - color contains mainly: blue. Hex color #5775E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775E3 is #A88A1C. Grayscale: #787878. Windows color (decimal): -11045405 or 14906711. OLE color: 14906711.

HSL color Cylindrical-coordinate representation of color #5775E3: hue angle of 227.14º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5775E3 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB87117227-
CMYK0.620.4800.11
HSL227.14º71.43%61.57%-
HSV(B)227.14º61.67%89.02%-
XYZ24.1620.2975.32-
YUV120.57188.06104.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.19%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 227 (89.06% from 255) = 52.67%
R=20.19%
G=27.15%
B=52.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal871172270.620.4800.11227.1471.4361.57
Hex5775E33E300Be3473e
Octal127165343766001334310776
Binary101011111101011110001111111011000001011111000111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5775E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5775E3; }

 p { color: rgb(87,117,227); }

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

<style>
 a { background-color: #5775E3; }

 a { background-color: rgb(87,117,227); }

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

<style>
 span { border-color: #5775E3; }

 span { border-color: rgb(87,117,227); }

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