Html Css Color HEX #575EC1 Rich Blue

📋 copy color: '#575EC1'

red 87 ◦ green 94 ◦ blue 193

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

Shades of Rich Blue #575EC1

Tints of Rich Blue #575EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.6%

R = 23.26%
G = 25.13%
B = 51.6%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#575EC1 (or 0x575EC1) is known color: Rich Blue. HEX triplet: 57, 5E and C1. RGB value is (87,94,193). Sum of RGB (Red+Green+Blue) = 87+94+193=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #575EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EC1 is #A8A13E. Grayscale: #666666. Windows color (decimal): -11051327 or 12672599. OLE color: 12672599.

HSL color Cylindrical-coordinate representation of color #575EC1: hue angle of 236.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #575EC1 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 94 193 -
CMYK 0.55 0.51 0 0.24
HSL 236.04º 0.46% 0.55% -
HSV(B) 236.04º 0.55% 0.76% -
XYZ 17.56 13.88 52.21 -
YUV 103.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 87 94 193 0.55 0.51 0 0.24 236.04 0.46 0.55
Hex 57 5E C1 37 33 0 18 EC 2E 37
Octal 127 136 301 67 63 0 30 354 56 67
Binary 1010111 1011110 11000001 110111 110011 0 11000 11101100 101110 110111

Color Harmonies of #575EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EC1

Black with #575EC1

Text Example


Text Example

White with #575EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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