Html Css Color HEX #575FCD Free Speech Blue

📋 copy color: '#575FCD'

red 87 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #575FCD

Tints of Free Speech Blue #575FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 205 (80.47% from 255) = 52.97%

R = 22.48%
G = 24.55%
B = 52.97%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#575FCD (or 0x575FCD) is known color: Free Speech Blue. HEX triplet: 57, 5F and CD. RGB value is (87,95,205). Sum of RGB (Red+Green+Blue) = 87+95+205=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #575FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FCD is #A8A032. Grayscale: #686868. Windows color (decimal): -11051059 or 13459287. OLE color: 13459287.

HSL color Cylindrical-coordinate representation of color #575FCD: hue angle of 235.93º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575FCD is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 95 205 -
CMYK 0.58 0.54 0 0.20
HSL 235.93º 0.54% 0.57% -
HSV(B) 235.93º 0.58% 0.8% -
XYZ 19.04 14.62 59.58 -
YUV 105.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 87 95 205 0.58 0.54 0 0.20 235.93 0.54 0.57
Hex 57 5F CD 3A 36 0 14 EC 36 39
Octal 127 137 315 72 66 0 24 354 66 71
Binary 1010111 1011111 11001101 111010 110110 0 10100 11101100 110110 111001

Color Harmonies of #575FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FCD

Black with #575FCD

Text Example


Text Example

White with #575FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,95,205); }

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

background-color css

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

 a { background-color: rgb(87,95,205); }

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

border-color css

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

 span { border-color: rgb(87,95,205); }

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