Html Css Color HEX #5575FC Royal Blue

📋 copy color: '#5575FC'

red 85 ◦ green 117 ◦ blue 252

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

Shades of Royal Blue #5575FC

Tints of Royal Blue #5575FC

RGB

 RED value IS 85 (33.59% from 255) = 18.72%

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 18.72%
G = 25.77%
B = 55.51%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5575FC (or 0x5575FC) is known color: Royal Blue. HEX triplet: 55, 75 and FC. RGB value is (85,117,252). Sum of RGB (Red+Green+Blue) = 85+117+252=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #5575FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5575FC is #AA8A03. Grayscale: #7A7A7A. Windows color (decimal): -11176452 or 16545109. OLE color: 16545109.

HSL color Cylindrical-coordinate representation of color #5575FC: hue angle of 228.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5575FC is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 117 252 -
CMYK 0.66 0.54 0 0.01
HSL 228.5º 0.97% 0.66% -
HSV(B) 228.5º 0.66% 0.99% -
XYZ 27.68 21.68 94.82 -
YUV 122.82 200.9 101.02 -
System Red Green Blue C M Y K H S L
Decimal 85 117 252 0.66 0.54 0 0.01 228.5 0.97 0.66
Hex 55 75 FC 42 36 0 1 E5 61 42
Octal 125 165 374 102 66 0 1 345 141 102
Binary 1010101 1110101 11111100 1000010 110110 0 1 11100101 1100001 1000010

Color Harmonies of #5575FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5575FC

Black with #5575FC

Text Example


Text Example

White with #5575FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5575FC; }

 p { color: rgb(85,117,252); }

 H1.HeaderClassName
 {
   color: #5575FC;
 }
 .AnyTagClassName
 {
   color: #5575FC;
 }
</style>

background-color css

<style>
 a { background-color: #5575FC; }

 a { background-color: rgb(85,117,252); }

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

border-color css

<style>
 span { border-color: #5575FC; }

 span { border-color: rgb(85,117,252); }

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