Html Css Color HEX #575EC4 Free Speech Blue

📋 copy color: '#575EC4'

red 87 ◦ green 94 ◦ blue 196

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

Shades of Free Speech Blue #575EC4

Tints of Free Speech Blue #575EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 51.99%

R = 23.08%
G = 24.93%
B = 51.99%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#575EC4 (or 0x575EC4) is known color: Free Speech Blue. HEX triplet: 57, 5E and C4. RGB value is (87,94,196). Sum of RGB (Red+Green+Blue) = 87+94+196=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #575EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EC4 is #A8A13B. Grayscale: #676767. Windows color (decimal): -11051324 or 12869207. OLE color: 12869207.

HSL color Cylindrical-coordinate representation of color #575EC4: hue angle of 236.15º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #575EC4 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 87 94 196 -
CMYK 0.56 0.52 0 0.23
HSL 236.15º 0.48% 0.55% -
HSV(B) 236.15º 0.56% 0.77% -
XYZ 17.9 14.02 53.99 -
YUV 103.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 87 94 196 0.56 0.52 0 0.23 236.15 0.48 0.55
Hex 57 5E C4 38 34 0 17 EC 30 37
Octal 127 136 304 70 64 0 27 354 60 67
Binary 1010111 1011110 11000100 111000 110100 0 10111 11101100 110000 110111

Color Harmonies of #575EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EC4

Black with #575EC4

Text Example


Text Example

White with #575EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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