Html Css Color HEX #5776FF Royal Blue

📋 copy color: '#5776FF'

red 87 ◦ green 118 ◦ blue 255

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

Shades of Royal Blue #5776FF

Tints of Royal Blue #5776FF

RGB

 RED value IS 87 (34.38% from 255) = 18.91%

 GREEN value IS 118 (46.48% from 255) = 25.65%

 BLUE value IS 255 (100% from 255) = 55.43%

R = 18.91%
G = 25.65%
B = 55.43%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5776FF (or 0x5776FF) is known color: Royal Blue. HEX triplet: 57, 76 and FF. RGB value is (87,118,255). Sum of RGB (Red+Green+Blue) = 87+118+255=460 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.91% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #5776FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5776FF is #A88900. Grayscale: #7B7B7B. Windows color (decimal): -11045121 or 16741975. OLE color: 16741975.

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

Color convert

RGB 87 118 255 -
CMYK 0.66 0.54 0 0
HSL 228.93º 1% 0.67% -
HSV(B) 228.93º 0.66% 1% -
XYZ 28.46 22.2 97.39 -
YUV 124.35 201.73 101.36 -
System Red Green Blue C M Y K H S L
Decimal 87 118 255 0.66 0.54 0 0 228.93 1 0.67
Hex 57 76 FF 42 36 0 0 E5 64 43
Octal 127 166 377 102 66 0 0 345 144 103
Binary 1010111 1110110 11111111 1000010 110110 0 0 11100101 1100100 1000011

Color Harmonies of #5776FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5776FF

Black with #5776FF

Text Example


Text Example

White with #5776FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5776FF; }

 p { color: rgb(87,118,255); }

 H1.HeaderClassName
 {
   color: #5776FF;
 }
 .AnyTagClassName
 {
   color: #5776FF;
 }
</style>

background-color css

<style>
 a { background-color: #5776FF; }

 a { background-color: rgb(87,118,255); }

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

border-color css

<style>
 span { border-color: #5776FF; }

 span { border-color: rgb(87,118,255); }

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