#5975ff

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

Shades of Royal Blue #5975FF

Tints of Royal Blue #5975FF

Color information

#5975FF (or 0x5975FF) is unknown color: approx Royal Blue. HEX triplet: 59, 75 and FF. RGB value is (89,117,255). Sum of RGB (Red+Green+Blue) = 89+117+255=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #5975FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5975FF is #A68A00. Grayscale: #7B7B7B. Windows color (decimal): -10914305 or 16741721. OLE color: 16741721.

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

Color convert

RGB89117255-
CMYK0.650.5400
HSL229.88º100%67.45%-
HSV(B)229.88º65.1%100%-
XYZ28.5322.0797.36-
YUV124.36201.72102.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.31%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 255 (100% from 255) = 55.31%
R=19.31%
G=25.38%
B=55.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891172550.650.5400229.8810067.45
Hex5975FF413600e66443
Octal1311653771016600346144103
Binary10110011110101111111111000001110110001110011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5975ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5975ff; }

 p { color: rgb(89,117,255); }

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

<style>
 a { background-color: #5975ff; }

 a { background-color: rgb(89,117,255); }

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

<style>
 span { border-color: #5975ff; }

 span { border-color: rgb(89,117,255); }

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