Html Css Color HEX #5971FD Royal Blue

📋 copy color: '#5971FD'

red 89 ◦ green 113 ◦ blue 253

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

Shades of Royal Blue #5971FD

Tints of Royal Blue #5971FD

RGB

 RED value IS 89 (35.16% from 255) = 19.56%

 GREEN value IS 113 (44.53% from 255) = 24.84%

 BLUE value IS 253 (99.22% from 255) = 55.6%

R = 19.56%
G = 24.84%
B = 55.6%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5971FD (or 0x5971FD) is known color: Royal Blue. HEX triplet: 59, 71 and FD. RGB value is (89,113,253). Sum of RGB (Red+Green+Blue) = 89+113+253=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #5971FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5971FD is #A68E02. Grayscale: #797979. Windows color (decimal): -10915331 or 16609625. OLE color: 16609625.

HSL color Cylindrical-coordinate representation of color #5971FD: hue angle of 231.22º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5971FD is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 113 253 -
CMYK 0.65 0.55 0 0.01
HSL 231.22º 0.98% 0.67% -
HSV(B) 231.22º 0.65% 0.99% -
XYZ 27.75 21.03 95.52 -
YUV 121.78 202.05 104.62 -
System Red Green Blue C M Y K H S L
Decimal 89 113 253 0.65 0.55 0 0.01 231.22 0.98 0.67
Hex 59 71 FD 41 37 0 1 E7 62 43
Octal 131 161 375 101 67 0 1 347 142 103
Binary 1011001 1110001 11111101 1000001 110111 0 1 11100111 1100010 1000011

Color Harmonies of #5971FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5971FD

Black with #5971FD

Text Example


Text Example

White with #5971FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5971FD; }

 p { color: rgb(89,113,253); }

 H1.HeaderClassName
 {
   color: #5971FD;
 }
 .AnyTagClassName
 {
   color: #5971FD;
 }
</style>

background-color css

<style>
 a { background-color: #5971FD; }

 a { background-color: rgb(89,113,253); }

 div.DivClassName
 {
   background-color: #5971FD;
 }
 .BgClassName
 {
   background-color: #5971FD;
 }
</style>

border-color css

<style>
 span { border-color: #5971FD; }

 span { border-color: rgb(89,113,253); }

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