Html Css Color HEX #5975FF Royal Blue

📋 copy color: '#5975FF'

red 89 ◦ green 117 ◦ blue 255

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

Shades of Royal Blue #5975FF

Tints of Royal Blue #5975FF

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 value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5975FF (or 0x5975FF) is known color: 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

RGB 89 117 255 -
CMYK 0.65 0.54 0 0
HSL 229.88º 1% 0.67% -
HSV(B) 229.88º 0.65% 1% -
XYZ 28.53 22.07 97.36 -
YUV 124.36 201.72 102.78 -
System Red Green Blue C M Y K H S L
Decimal 89 117 255 0.65 0.54 0 0 229.88 1 0.67
Hex 59 75 FF 41 36 0 0 E6 64 43
Octal 131 165 377 101 66 0 0 346 144 103
Binary 1011001 1110101 11111111 1000001 110110 0 0 11100110 1100100 1000011

Color Harmonies of #5975FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5975FF

Black with #5975FF

Text Example


Text Example

White with #5975FF

Text Example


Text Example

HTML Codes & Css Web 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>