Html Css Color HEX #557AE5 Royal Blue

📋 copy color: '#557AE5'

red 85 ◦ green 122 ◦ blue 229

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

Shades of Royal Blue #557AE5

Tints of Royal Blue #557AE5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.98%

 BLUE value IS 229 (89.84% from 255) = 52.52%

R = 19.5%
G = 27.98%
B = 52.52%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#557AE5 (or 0x557AE5) is known color: Royal Blue. HEX triplet: 55, 7A and E5. RGB value is (85,122,229). Sum of RGB (Red+Green+Blue) = 85+122+229=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #557AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AE5 is #AA851A. Grayscale: #7A7A7A. Windows color (decimal): -11175195 or 15039061. OLE color: 15039061.

HSL color Cylindrical-coordinate representation of color #557AE5: hue angle of 224.58º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #557AE5 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 122 229 -
CMYK 0.63 0.47 0 0.10
HSL 224.58º 0.73% 0.62% -
HSV(B) 224.58º 0.63% 0.9% -
XYZ 24.85 21.51 76.97 -
YUV 123.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 85 122 229 0.63 0.47 0 0.10 224.58 0.73 0.62
Hex 55 7A E5 3F 2F 0 A E1 49 3E
Octal 125 172 345 77 57 0 12 341 111 76
Binary 1010101 1111010 11100101 111111 101111 0 1010 11100001 1001001 111110

Color Harmonies of #557AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AE5

Black with #557AE5

Text Example


Text Example

White with #557AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557AE5; }

 p { color: rgb(85,122,229); }

 H1.HeaderClassName
 {
   color: #557AE5;
 }
 .AnyTagClassName
 {
   color: #557AE5;
 }
</style>

background-color css

<style>
 a { background-color: #557AE5; }

 a { background-color: rgb(85,122,229); }

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

border-color css

<style>
 span { border-color: #557AE5; }

 span { border-color: rgb(85,122,229); }

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