#5375FE

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

Shades of Royal Blue #5375FE

Tints of Royal Blue #5375FE

Color information

#5375FE (or 0x5375FE) is unknown color: approx Royal Blue. HEX triplet: 53, 75 and FE. RGB value is (83,117,254). Sum of RGB (Red+Green+Blue) = 83+117+254=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #5375FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5375FE is #AC8A01. Grayscale: #797979. Windows color (decimal): -11307522 or 16676179. OLE color: 16676179.

HSL color Cylindrical-coordinate representation of color #5375FE: hue angle of 228.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5375FE is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB83117254-
CMYK0.670.5400.00
HSL228.07º98.84%66.08%-
HSV(B)228.07º67.32%99.61%-
XYZ27.8221.7296.49-
YUV122.45202.2499.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.28%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 254 (99.61% from 255) = 55.95%
R=18.28%
G=25.77%
B=55.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal831172540.670.5400.00228.0798.8466.08
Hex5375FE433600e46342
Octal1231653761036600344143102
Binary10100111110101111111101000011110110001110010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5375FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5375FE; }

 p { color: rgb(83,117,254); }

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

<style>
 a { background-color: #5375FE; }

 a { background-color: rgb(83,117,254); }

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

<style>
 span { border-color: #5375FE; }

 span { border-color: rgb(83,117,254); }

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