Html Css Color HEX #5971E6 Royal Blue

📋 copy color: '#5971E6'

red 89 ◦ green 113 ◦ blue 230

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

Shades of Royal Blue #5971E6

Tints of Royal Blue #5971E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.24%

R = 20.6%
G = 26.16%
B = 53.24%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5971E6 (or 0x5971E6) is known color: Royal Blue. HEX triplet: 59, 71 and E6. RGB value is (89,113,230). Sum of RGB (Red+Green+Blue) = 89+113+230=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #5971E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5971E6 is #A68E19. Grayscale: #767676. Windows color (decimal): -10915354 or 15102297. OLE color: 15102297.

HSL color Cylindrical-coordinate representation of color #5971E6: hue angle of 229.79º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5971E6 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 89 113 230 -
CMYK 0.61 0.51 0 0.10
HSL 229.79º 0.74% 0.63% -
HSV(B) 229.79º 0.61% 0.9% -
XYZ 24.31 19.65 77.37 -
YUV 119.16 190.55 106.49 -
System Red Green Blue C M Y K H S L
Decimal 89 113 230 0.61 0.51 0 0.10 229.79 0.74 0.63
Hex 59 71 E6 3D 33 0 A E6 4A 3F
Octal 131 161 346 75 63 0 12 346 112 77
Binary 1011001 1110001 11100110 111101 110011 0 1010 11100110 1001010 111111

Color Harmonies of #5971E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5971E6

Black with #5971E6

Text Example


Text Example

White with #5971E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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