Html Css Color HEX #5775DC Royal Blue

📋 copy color: '#5775DC'

red 87 ◦ green 117 ◦ blue 220

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

Shades of Royal Blue #5775DC

Tints of Royal Blue #5775DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.59%

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 20.52%
G = 27.59%
B = 51.89%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5775DC (or 0x5775DC) is known color: Royal Blue. HEX triplet: 57, 75 and DC. RGB value is (87,117,220). Sum of RGB (Red+Green+Blue) = 87+117+220=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #5775DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775DC is #A88A23. Grayscale: #777777. Windows color (decimal): -11045412 or 14447959. OLE color: 14447959.

HSL color Cylindrical-coordinate representation of color #5775DC: hue angle of 226.47º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5775DC is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 117 220 -
CMYK 0.60 0.47 0 0.14
HSL 226.47º 0.66% 0.6% -
HSV(B) 226.47º 0.6% 0.86% -
XYZ 23.21 19.92 70.33 -
YUV 119.77 184.56 104.62 -
System Red Green Blue C M Y K H S L
Decimal 87 117 220 0.60 0.47 0 0.14 226.47 0.66 0.6
Hex 57 75 DC 3C 2F 0 E E2 42 3C
Octal 127 165 334 74 57 0 16 342 102 74
Binary 1010111 1110101 11011100 111100 101111 0 1110 11100010 1000010 111100

Color Harmonies of #5775DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5775DC

Black with #5775DC

Text Example


Text Example

White with #5775DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5775DC; }

 p { color: rgb(87,117,220); }

 H1.HeaderClassName
 {
   color: #5775DC;
 }
 .AnyTagClassName
 {
   color: #5775DC;
 }
</style>

background-color css

<style>
 a { background-color: #5775DC; }

 a { background-color: rgb(87,117,220); }

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

border-color css

<style>
 span { border-color: #5775DC; }

 span { border-color: rgb(87,117,220); }

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