Html Css Color HEX #575DC5 Free Speech Blue

📋 copy color: '#575DC5'

red 87 ◦ green 93 ◦ blue 197

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

Shades of Free Speech Blue #575DC5

Tints of Free Speech Blue #575DC5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

 BLUE value IS 197 (77.34% from 255) = 52.25%

R = 23.08%
G = 24.67%
B = 52.25%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#575DC5 (or 0x575DC5) is known color: Free Speech Blue. HEX triplet: 57, 5D and C5. RGB value is (87,93,197). Sum of RGB (Red+Green+Blue) = 87+93+197=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #575DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DC5 is #A8A23A. Grayscale: #666666. Windows color (decimal): -11051579 or 12934487. OLE color: 12934487.

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

Color convert

RGB 87 93 197 -
CMYK 0.56 0.53 0 0.23
HSL 236.73º 0.49% 0.56% -
HSV(B) 236.73º 0.56% 0.77% -
XYZ 17.92 13.89 54.56 -
YUV 103.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 87 93 197 0.56 0.53 0 0.23 236.73 0.49 0.56
Hex 57 5D C5 38 35 0 17 ED 31 38
Octal 127 135 305 70 65 0 27 355 61 70
Binary 1010111 1011101 11000101 111000 110101 0 10111 11101101 110001 111000

Color Harmonies of #575DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DC5

Black with #575DC5

Text Example


Text Example

White with #575DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,93,197); }

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

background-color css

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

 a { background-color: rgb(87,93,197); }

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

border-color css

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

 span { border-color: rgb(87,93,197); }

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