Html Css Color HEX #575EE2 Royal Blue

📋 copy color: '#575EE2'

red 87 ◦ green 94 ◦ blue 226

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

Shades of Royal Blue #575EE2

Tints of Royal Blue #575EE2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.1%

 BLUE value IS 226 (88.67% from 255) = 55.53%

R = 21.38%
G = 23.1%
B = 55.53%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#575EE2 (or 0x575EE2) is known color: Royal Blue. HEX triplet: 57, 5E and E2. RGB value is (87,94,226). Sum of RGB (Red+Green+Blue) = 87+94+226=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 226 (88.67% from 255 or 55.53% from 407); Max value from RGB is 226 - color contains mainly: blue. Hex color #575EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EE2 is #A8A11D. Grayscale: #6A6A6A. Windows color (decimal): -11051294 or 14835287. OLE color: 14835287.

HSL color Cylindrical-coordinate representation of color #575EE2: hue angle of 236.98º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #575EE2 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 87 94 226 -
CMYK 0.62 0.58 0 0.11
HSL 236.98º 0.71% 0.61% -
HSV(B) 236.98º 0.62% 0.89% -
XYZ 21.66 15.52 73.81 -
YUV 106.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 87 94 226 0.62 0.58 0 0.11 236.98 0.71 0.61
Hex 57 5E E2 3E 3A 0 B ED 47 3D
Octal 127 136 342 76 72 0 13 355 107 75
Binary 1010111 1011110 11100010 111110 111010 0 1011 11101101 1000111 111101

Color Harmonies of #575EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EE2

Black with #575EE2

Text Example


Text Example

White with #575EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575EE2; }

 p { color: rgb(87,94,226); }

 H1.HeaderClassName
 {
   color: #575EE2;
 }
 .AnyTagClassName
 {
   color: #575EE2;
 }
</style>

background-color css

<style>
 a { background-color: #575EE2; }

 a { background-color: rgb(87,94,226); }

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

border-color css

<style>
 span { border-color: #575EE2; }

 span { border-color: rgb(87,94,226); }

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