Html Css Color HEX #5977DD Royal Blue

📋 copy color: '#5977DD'

red 89 ◦ green 119 ◦ blue 221

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

Shades of Royal Blue #5977DD

Tints of Royal Blue #5977DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.74%

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 20.75%
G = 27.74%
B = 51.52%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5977DD (or 0x5977DD) is known color: Royal Blue. HEX triplet: 59, 77 and DD. RGB value is (89,119,221). Sum of RGB (Red+Green+Blue) = 89+119+221=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #5977DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5977DD is #A68822. Grayscale: #797979. Windows color (decimal): -10913827 or 14514009. OLE color: 14514009.

HSL color Cylindrical-coordinate representation of color #5977DD: hue angle of 226.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5977DD is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 119 221 -
CMYK 0.60 0.46 0 0.13
HSL 226.36º 0.66% 0.61% -
HSV(B) 226.36º 0.6% 0.87% -
XYZ 23.77 20.54 71.12 -
YUV 121.66 184.06 104.71 -
System Red Green Blue C M Y K H S L
Decimal 89 119 221 0.60 0.46 0 0.13 226.36 0.66 0.61
Hex 59 77 DD 3C 2E 0 D E2 42 3D
Octal 131 167 335 74 56 0 15 342 102 75
Binary 1011001 1110111 11011101 111100 101110 0 1101 11100010 1000010 111101

Color Harmonies of #5977DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5977DD

Black with #5977DD

Text Example


Text Example

White with #5977DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5977DD; }

 p { color: rgb(89,119,221); }

 H1.HeaderClassName
 {
   color: #5977DD;
 }
 .AnyTagClassName
 {
   color: #5977DD;
 }
</style>

background-color css

<style>
 a { background-color: #5977DD; }

 a { background-color: rgb(89,119,221); }

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

border-color css

<style>
 span { border-color: #5977DD; }

 span { border-color: rgb(89,119,221); }

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