Html Css Color HEX #575EC7 Free Speech Blue

📋 copy color: '#575EC7'

red 87 ◦ green 94 ◦ blue 199

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

Shades of Free Speech Blue #575EC7

Tints of Free Speech Blue #575EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.37%

R = 22.89%
G = 24.74%
B = 52.37%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#575EC7 (or 0x575EC7) is known color: Free Speech Blue. HEX triplet: 57, 5E and C7. RGB value is (87,94,199). Sum of RGB (Red+Green+Blue) = 87+94+199=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #575EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EC7 is #A8A138. Grayscale: #676767. Windows color (decimal): -11051321 or 13065815. OLE color: 13065815.

HSL color Cylindrical-coordinate representation of color #575EC7: hue angle of 236.25º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #575EC7 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 94 199 -
CMYK 0.56 0.53 0 0.22
HSL 236.25º 0.5% 0.56% -
HSV(B) 236.25º 0.56% 0.78% -
XYZ 18.24 14.16 55.8 -
YUV 103.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 87 94 199 0.56 0.53 0 0.22 236.25 0.5 0.56
Hex 57 5E C7 38 35 0 16 EC 32 38
Octal 127 136 307 70 65 0 26 354 62 70
Binary 1010111 1011110 11000111 111000 110101 0 10110 11101100 110010 111000

Color Harmonies of #575EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EC7

Black with #575EC7

Text Example


Text Example

White with #575EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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