Html Css Color HEX #5A75E6 Royal Blue

📋 copy color: '#5A75E6'

red 90 ◦ green 117 ◦ blue 230

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

Shades of Royal Blue #5A75E6

Tints of Royal Blue #5A75E6

RGB

 RED value IS 90 (35.55% from 255) = 20.59%

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

 BLUE value IS 230 (90.23% from 255) = 52.63%

R = 20.59%
G = 26.77%
B = 52.63%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5A75E6 (or 0x5A75E6) is known color: Royal Blue. HEX triplet: 5A, 75 and E6. RGB value is (90,117,230). Sum of RGB (Red+Green+Blue) = 90+117+230=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A75E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A75E6 is #A58A19. Grayscale: #797979. Windows color (decimal): -10848794 or 15103322. OLE color: 15103322.

HSL color Cylindrical-coordinate representation of color #5A75E6: hue angle of 228.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A75E6 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 117 230 -
CMYK 0.61 0.49 0 0.10
HSL 228.43º 0.74% 0.63% -
HSV(B) 228.43º 0.61% 0.9% -
XYZ 24.86 20.61 77.53 -
YUV 121.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 90 117 230 0.61 0.49 0 0.10 228.43 0.74 0.63
Hex 5A 75 E6 3D 31 0 A E4 4A 3F
Octal 132 165 346 75 61 0 12 344 112 77
Binary 1011010 1110101 11100110 111101 110001 0 1010 11100100 1001010 111111

Color Harmonies of #5A75E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A75E6

Black with #5A75E6

Text Example


Text Example

White with #5A75E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A75E6; }

 p { color: rgb(90,117,230); }

 H1.HeaderClassName
 {
   color: #5A75E6;
 }
 .AnyTagClassName
 {
   color: #5A75E6;
 }
</style>

background-color css

<style>
 a { background-color: #5A75E6; }

 a { background-color: rgb(90,117,230); }

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

border-color css

<style>
 span { border-color: #5A75E6; }

 span { border-color: rgb(90,117,230); }

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