Html Css Color HEX #5575EB Royal Blue

📋 copy color: '#5575EB'

red 85 ◦ green 117 ◦ blue 235

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

Shades of Royal Blue #5575EB

Tints of Royal Blue #5575EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 19.45%
G = 26.77%
B = 53.78%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5575EB (or 0x5575EB) is known color: Royal Blue. HEX triplet: 55, 75 and EB. RGB value is (85,117,235). Sum of RGB (Red+Green+Blue) = 85+117+235=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #5575EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5575EB is #AA8A14. Grayscale: #787878. Windows color (decimal): -11176469 or 15430997. OLE color: 15430997.

HSL color Cylindrical-coordinate representation of color #5575EB: hue angle of 227.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5575EB is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 117 235 -
CMYK 0.64 0.50 0 0.08
HSL 227.2º 0.79% 0.63% -
HSV(B) 227.2º 0.64% 0.92% -
XYZ 25.1 20.65 81.26 -
YUV 120.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 85 117 235 0.64 0.50 0 0.08 227.2 0.79 0.63
Hex 55 75 EB 40 32 0 8 E3 4F 3F
Octal 125 165 353 100 62 0 10 343 117 77
Binary 1010101 1110101 11101011 1000000 110010 0 1000 11100011 1001111 111111

Color Harmonies of #5575EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5575EB

Black with #5575EB

Text Example


Text Example

White with #5575EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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